Contact supportSign in

Versioning

Tokens are associated with a user and team, and so are API versions. When you update the API with a token you own, it changes the version of all API keys that belong to you. We call this membership versioning.

All requests use the API version set for your membership unless you override it.

Available versions

You can find all available versions by clicking on the dropdown on the left-hand side of this page.

Use the Get current API version endpoint to find the version your tokens are using.

Overriding the current version

You can override the version you are using by setting the API-Version header on your request. This allows you to use a particular API version for a single endpoint rather than for all requests.

Example: To send a request for version 2023-06-01, set theAPI-Version: 2023-06-01 header.

Upgrading to a new version

You can upgrade and downgrade versions using the Update current API version endpoint.

Generally, we recommend only upgrading to stable versions as we often change beta versions considerably during development. If you want to use beta versions, we recommend doing it on a per-request basis.