Get the current account

View as Markdown

Authentication

AuthorizationBearer

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
emailstringformat: "email"
createdAtdatetime
apiKeyslist of objects
maxCallDurationSecondsinteger or null

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.

Errors

401
Unauthorized Error