The current API version is
2025-09. Review its OpenAPI specification or the changelog.How API versions work
Versioned resource endpoints use theYYYY-MM format in the request path:
/oauth2/ are not date-versioned. Webhook endpoints also store an API version, which determines the structure of their payloads. See Webhooks for setup details.
Compatibility within a version
Stora does not introduce breaking changes within a published API version. A breaking change requires a new dated version. We may make backward-compatible changes within a version, including:- Adding an endpoint
- Adding an optional request field
- Adding a response field
- Deprecating a field while keeping it available
- Fixing behavior so it matches the documented contract
- Removing or renaming an endpoint or field
- Changing a field’s type
- Making an optional request field required
- Changing documented behavior in a way that requires client changes
Version lifecycle
Each API version passes through four lifecycle milestones:| Milestone | Access and support |
|---|---|
| Current | The newest version. It receives backward-compatible features, defect fixes, and security updates. |
| Deprecated | Begins when a successor is released. Standard and Enterprise customers retain access and receive security fixes and fixes for material defects. New features target the current version. |
| Standard retirement | Standard customers retain access through the last calendar day of the sixth month after deprecation. Access ends at 00:00 UTC the following day. |
| Enterprise retirement | Enterprise customers retain access through the last calendar day of the twelfth month after deprecation. Access ends at 00:00 UTC the following day. |
Supported versions
| Version | Beta release | Public release | Status | Standard last supported day | Enterprise last supported day | Migration guide |
|---|---|---|---|---|---|---|
2025-09 | September 30, 2025 | December 16, 2025 | Current | — | — | — |
Deprecation notifications
When Stora releases a new API version, we publish the previous version’s deprecation date, Standard last supported day, Enterprise last supported day, and migration guide:- On this page
- In the changelog
- By email to developers registered in the Developer Portal
Migrate to a new version
We publish a dedicated migration guide with every new API version. The guide explains each breaking change and the work required to move from the previous version. We link it from the supported-versions table, changelog, and deprecation email.Follow the migration guide
Work through the release-specific migration guide for your current and target versions.
Review the supporting references
Check the changelog and new OpenAPI specification for complete request, response, and webhook schemas.
Update API requests
Replace the version in your API request paths and update your integration for the new contract.
Update webhook endpoints
Change each webhook endpoint to the new API version so its payloads use the new structure. See Webhooks for endpoint configuration.