Skip to main contentPolicy
- API v1 is stable. Backward-incompatible changes are avoided.
- Additive changes (new fields/endpoints) may be introduced with notice.
- Deprecations include a migration path and a minimum 60-day window.
Communication
- Breaking changes are announced in the changelog and in-app notices.
- Non-breaking additions are summarized in release notes.
Changelog
- See product updates and API changes in the app’s Changelog.
Recommendations
- Use Idempotency for POST retries to guard against duplicates.
- Treat unknown fields as ignorable to be forward compatible.
- Pin SDK versions where appropriate and review release notes before upgrading.