GET
/
api
/
accounts
/
me
curl --request GET \
  --url https://api.ultravox.ai/api/accounts/me \
  --header 'X-API-Key: <api-key>'
{
  "name": "<string>",
  "billingUrl": "<string>",
  "freeTimeUsed": "<string>",
  "freeTimeRemaining": "<string>",
  "hasActiveSubscription": true,
  "activeCalls": 123,
  "allowedConcurrentCalls": 123,
  "allowedVoices": 123,
  "allowedCorpora": 123
}

Authorizations

X-API-Key
string
header
required

API key

Response

200 - application/json

The response is of type object.