Versioning
API Versioning Guidelines
This allows you to upgrade at your own pace and protects your existing integrations as we enhance the platform.
Versioning Strategy
MAJOR.MINOR.PATCH
, where:MAJOR.MINOR.PATCH
version is used internally, we only expose the MAJOR.MINOR
version to API consumers.Example public version: 2.0
(Internally this may correspond to2.0.3
,2.0.4
, etc.)
⚠️ Note:
The versioning strategy described here — including theX-API-Version
header and semanticMAJOR.MINOR.PATCH
support is available only in the latest v2 APIs.
Earlier or legacy v2 endpoints may not support this version negotiation approach.
How to Specify an API Version
X-API-Version
header in your requests.X-API-Version: 2.0
Backward Compatibility
This means: