Versioning

The API is versioned in the path: /v1/. Everything under /v1 is stable.

What's stable

What can change without a version bump

Breaking changes

Anything that could break an existing integration ships under a new path (e.g. /v2/). /v1 keeps working. Breaking changes are announced in the changelog first.

Pin to /v1 and read items — you'll be forward-compatible.