X-API-Version header.
400 Bad Request error.
It’s recommended to always specify the API version in your requests to avoid unexpected changes in the request or response format.
We strive to improve the API and add new features regularly. Every time a breaking change is introduced, a new version of the API is released.
You can find the list of changes in the changelog section.
Endpoint availability
We ensure that each endpoint remains available for at least 1 year from its release date. When we plan to remove or replace an endpoint, we provide a 6-month deprecation notice before it is discontinued. Deprecation notices are published in the changelog.Deprecated endpoints
When an operation is deprecated:- The response includes a
Deprecationheader with the date deprecation started, and aSunsetheader with the date the endpoint will stop being available — both formatted as HTTP dates. - The deprecation message is included in the response body’s
deprecationsarray. - The endpoint is marked with a “Deprecated” badge and a warning banner in this documentation.