Returns account details for a single account
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,
"subscriptionTier": "<string>",
"subscriptionCadence": "<string>",
"subscriptionExpiration": "2023-11-07T05:31:56Z",
"subscriptionScheduledUpdate": "2023-11-07T05:31:56Z",
"activeCalls": 123,
"allowedConcurrentCalls": 123,
"allowedVoices": 123,
"allowedCorpora": 123
}
API key
The response is of type object
.
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,
"subscriptionTier": "<string>",
"subscriptionCadence": "<string>",
"subscriptionExpiration": "2023-11-07T05:31:56Z",
"subscriptionScheduledUpdate": "2023-11-07T05:31:56Z",
"activeCalls": 123,
"allowedConcurrentCalls": 123,
"allowedVoices": 123,
"allowedCorpora": 123
}