API in active development
Versioning
The API is versioned in the URL path. The first stable version is v1, and every request is made under that prefix:
https://<host-issued-at-launch>/v1/
How changes ship
- Backward-compatible additions (new fields or endpoints) are made within the current version.
- Breaking changes ship as a new version under a new prefix, so existing integrations keep working.
- A deprecation policy and notice period are published with the endpoint reference at launch.