v4

OpenAPI 3.1.02026-08-0255174167.5 KB
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

The account owner's address. This identifies the account and is the same for every member — it is not the caller's own address.

role'owner' | 'member'

The calling API key's role in this account. member keys can do everything except delete the account.

callerEmailstring email

The caller's own address, as opposed to email above (the owner's). The two are identical for an owner key.

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.