Authorizations
API key
⚠️ SIP Billing Starts October 27, 2025 - See Ultravox Pricing for details.
⚠️ SIP Billing Starts October 27, 2025 - See Ultravox Pricing for details.
Returns the telephony credentials associated with the active account
curl --request GET \
--url https://api.ultravox.ai/api/accounts/me/telephony_config \
--header 'X-API-Key: <api-key>'
{
"twilio": {
"accountSid": "<string>",
"authTokenPrefix": {
"prefix": "<string>"
}
},
"telnyx": {
"accountSid": "<string>",
"apiKeyPrefix": {
"prefix": "<string>"
},
"publicKeyPrefix": {
"prefix": "<string>"
},
"applicationSid": "<string>"
},
"plivo": {
"authId": "<string>",
"authTokenPrefix": {
"prefix": "<string>"
}
}
}
API key
curl --request GET \
--url https://api.ultravox.ai/api/accounts/me/telephony_config \
--header 'X-API-Key: <api-key>'
{
"twilio": {
"accountSid": "<string>",
"authTokenPrefix": {
"prefix": "<string>"
}
},
"telnyx": {
"accountSid": "<string>",
"apiKeyPrefix": {
"prefix": "<string>"
},
"publicKeyPrefix": {
"prefix": "<string>"
},
"applicationSid": "<string>"
},
"plivo": {
"authId": "<string>",
"authTokenPrefix": {
"prefix": "<string>"
}
}
}