> ## Documentation Index
> Fetch the complete documentation index at: https://docs.get2dial.com/llms.txt
> Use this file to discover all available pages before exploring further.

# API changelog

> How the Get2Dial API versions and deprecates endpoints, and where to find exactly what changed and when.

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](/changelog), newest first. Entries that affect the API specifically link to the
page documenting the new or changed behavior.

## Next steps

<CardGroup cols={2}>
  <Card title="Changelog" href="/changelog" />

  <Card title="Production checklist" href="/developers/production-checklist" />
</CardGroup>
