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.
X-API-Version
header in your requests.