account

Get the current account

get/api/v1/account

Headers

Authorizationstring required

Your Dial API key, sent as Authorization: Bearer sk_live_...

Response

The authenticated account and its API keys (key values are previewed, not full).

idstring
emailstring email
createdAtstring date-time
maxCallDurationSecondsinteger nullable

Call-length cap in seconds; the effective cap on a call is the first one set in priority order — per-call, then number, then account — falling back to the global default. A higher-priority level overrides a lower one. Null means this level sets no cap. Free accounts (never added credit, never subscribed) are additionally capped by limits.maxCallDurationSeconds regardless of any configured cap.

Changes