Learn how to specify the version of the REST API you want to use.
2024-01-01
signifies its release on January 1, 2024.
To use a specific version of the API, include the desired version in the Sequence-Version
header of your HTTP request. If the Sequence-Version
header is missing, the request defaults to the most recent API version.
As an illustration, to access the 2024-01-01
version, the following HTTP request format is required:
Sequence-Version
header, indicating the version of the API that was used to process the request. This header is useful for debugging and troubleshooting purposes.
Sequence-Version
header or to the latest version if no version header was sent with the request.