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-Versionheader and semanticMAJOR.MINOR.PATCHsupport is available only in the latest APIs.
v2 legacy or earlier endpoints may not support this version negotiation approach.
X-API-Version header allows clients to request a specific minor version. This header-based versioning is supported for endpoints where minor releases introduce notable payload changes.