Current public version
The supported public API isv1, and every public endpoint begins with:
/api/v0 are used by the Versive application itself. They are not a public integration surface and are
not covered by the compatibility expectations on this page.
Compatible changes
Versive may make backward-compatible additions withinv1, including:
- Adding optional request parameters or fields.
- Adding response fields or new enum values.
- Adding endpoints and webhook payload fields.
- Improving validation, error detail, documentation, and performance.
Breaking changes
A change that requires existing integrations to update will use a new major path such as/api/v2. The existing
version will remain separate during migration rather than silently changing its contract.
When a public route or version is scheduled for removal, Versive will:
- Mark it deprecated in the API reference and OpenAPI document.
- Announce the replacement and migration guidance in the documentation.
- Return standards-based
DeprecationandSunsetresponse headers once a removal date has been set.
v1 sunset is currently scheduled. Contact [email protected] for contractual
support requirements or migration questions.