Skip to main content

Versioning

The SalesKick API is versioned in the URL path. The current release uses the v1 segment immediately after the API host (for example https://api.example.com/v1/...).

Example

cURLGET

Behaviour

ScenarioResult
Request uses /v1/... on versioned routesHandled by version 1
Request omits /v1/ on routes that require a version404 Not Found at the gateway
Unsupported path version (for example /v99/...)404 Not Found