API Versioning

API versioning ensures that you can maintain compatibility with the API as it evolves. Each version of the API is identified by its release date, allowing for clear tracking and management of changes over time.

Current Version

  • Format: YYYY-MM-DD

  • Example: The current API version is 2024-09-16.

Specifying the API Version

To ensure that your requests use a specific version of the API, include the API-Version header in your request. This practice helps avoid unexpected changes and ensures consistent behavior from the API.

Last updated