API Versioning

The Qube API utilizes versioning to ensure stable operations while facilitating the introduction of new features and changes. Below is detailed information about Qube API versioning.

Version Structure

  • Current Version: v1

    • All current API endpoints are accessible using the /v{number}/ prefix.

    • Example:

      /api/v1/conversion
  • Future Versions: v2, v3, etc.

    • New versions will be released to introduce additional features and improvements without breaking existing APIs.

Deprecation Policy

When a new version is released, the end of support for older versions will be announced at least 6 months in advance.

Last updated

Was this helpful?