How it works
The API is REST over HTTPS, versioned in the URL, base path/api/v1 at
https://api.get2dial.com. Every request is authenticated the same way — a bearer token in
the Authorization header — whether that token is your own session or a workspace API key.
Responses are JSON, list endpoints are paginated with offset and limit, and errors follow one
consistent shape across every endpoint. See Conventions and
Errors.