Skip to main content
Get2Dial’s product documentation doesn’t version — it always describes the current, live behavior of a continuously deployed service. The API is the one place a real version contract exists.

How it works

The API is versioned in its path — /api/v1 — because it’s a real contract with real clients, unlike the docs describing it. A breaking change to a field’s meaning or an endpoint’s behavior ships as a new version rather than changing /api/v1 under existing integrations.

What changed

Product and API changes that affect what you can build are listed in the changelog, newest first. Entries that affect the API specifically link to the page documenting the new or changed behavior.

Next steps

Changelog

Production checklist