Overview
Our API uses date-based versioning to ensure backward compatibility and provide clear migration paths as we evolve the platform. Each Auth Client is automatically configured with an API version, which determines the behavior and available features for your requests.Version Headers
Every API response includes anX-API-Version header that indicates which version was used to process your request. This helps you track and debug version-specific behavior.
X-API-Version header in the request:
Default Behavior
When creating a new Auth Client, it will automatically be configured to use the latest stable API version. This ensures your integration starts with a reliable, production-ready version of the API.Version Selection
Different API version documentations are accessible via the version selector in the top left corner of the documentation.Currently available versions:
| Version | Value | Description |
|---|---|---|
| chucky | 2025-12-01.chucky | Initial stable release |
| batman | 2025-12-16.batman | Latest release |