Our API uses versioning through the Accept header and content negotiation.
Specifying API Version
To request a specific version of the API, include the version in the Accept header of your request:
Replace {version} with the desired API version number (e.g., v1, v2).
Example:
Default Version
If no version is specified in the Accept header, the API will default to the latest stable version. The response will include:
Supported Versions
- v1 (Current stable version)