Versioning

Versioning

Every request must declare which API version it targets. The version forms the API contract: a given version is expected to remain fully backwards compatible, so an integration pinned to a version keeps working as the API evolves.

The version is provided through the Accept header in the request.

Accept: application/json; version=2.11.0
💡

Without providing the Accept header and a correct version the API will respond with a status code of 400 and an error message.