Overview
Salfio's public API at api.salfio.com/v1 — base URL, versioning, and what you can do with it.
Salfio exposes a public REST-style API at https://api.salfio.com/v1 for partners, internal services, and the Salfio MCP server. It is the same surface every programmatic integration with Salfio uses.
Base URL
Section titled “Base URL”https://api.salfio.com/v1All endpoints are served over HTTPS with a valid certificate. HTTP is refused.
Versioning
Section titled “Versioning”The version is part of the path. /v1 is the current and only production version. Breaking changes land on /v2. Additive changes (new endpoints, new optional fields) happen within /v1 without warning — treat responses with the additionalProperties convention in mind: ignore fields you don't recognize.
Support
Section titled “Support”- API downtime or degraded performance: see the status page.