Authorizations
API key
Body
application/json
Your Twilio configuration. See https://console.twilio.com/
Your Telnyx configuration. See https://portal.telnyx.com/
Your Plivo configuration. See https://console.plivo.com/dashboard/
⚠️ SIP Billing Starts October 27, 2025 - See Ultravox Pricing for details.
⚠️ SIP Billing Starts October 27, 2025 - See Ultravox Pricing for details.
Allows adding or updating telephony provider credentials to an account
curl --request PATCH \
--url https://api.ultravox.ai/api/accounts/me/telephony_config \
--header 'Content-Type: application/json' \
--header 'X-API-Key: <api-key>' \
--data '{
"twilio": {
"callCreationAllowedAgentIds": [
"3c90c3cc-0d44-4b50-8888-8dd25736052a"
],
"callCreationAllowAllAgents": false,
"requestContextMapping": {},
"accountSid": "<string>",
"authToken": "<string>"
},
"telnyx": {
"callCreationAllowedAgentIds": [
"3c90c3cc-0d44-4b50-8888-8dd25736052a"
],
"callCreationAllowAllAgents": false,
"requestContextMapping": {},
"accountSid": "<string>",
"apiKey": "<string>",
"publicKey": "<string>",
"applicationSid": "<string>"
},
"plivo": {
"callCreationAllowedAgentIds": [
"3c90c3cc-0d44-4b50-8888-8dd25736052a"
],
"callCreationAllowAllAgents": false,
"requestContextMapping": {},
"authId": "<string>",
"authToken": "<string>"
}
}'
{
"twilio": {
"callCreationAllowedAgentIds": [
"3c90c3cc-0d44-4b50-8888-8dd25736052a"
],
"callCreationAllowAllAgents": false,
"requestContextMapping": {},
"accountSid": "<string>",
"authTokenPrefix": {
"prefix": "<string>"
}
},
"telnyx": {
"callCreationAllowedAgentIds": [
"3c90c3cc-0d44-4b50-8888-8dd25736052a"
],
"callCreationAllowAllAgents": false,
"requestContextMapping": {},
"accountSid": "<string>",
"apiKeyPrefix": {
"prefix": "<string>"
},
"publicKeyPrefix": {
"prefix": "<string>"
},
"applicationSid": "<string>"
},
"plivo": {
"callCreationAllowedAgentIds": [
"3c90c3cc-0d44-4b50-8888-8dd25736052a"
],
"callCreationAllowAllAgents": false,
"requestContextMapping": {},
"authId": "<string>",
"authTokenPrefix": {
"prefix": "<string>"
}
}
}
API key
Your Twilio configuration. See https://console.twilio.com/
Show child attributes
Your Telnyx configuration. See https://portal.telnyx.com/
Show child attributes
Your Plivo configuration. See https://console.plivo.com/dashboard/
Show child attributes
curl --request PATCH \
--url https://api.ultravox.ai/api/accounts/me/telephony_config \
--header 'Content-Type: application/json' \
--header 'X-API-Key: <api-key>' \
--data '{
"twilio": {
"callCreationAllowedAgentIds": [
"3c90c3cc-0d44-4b50-8888-8dd25736052a"
],
"callCreationAllowAllAgents": false,
"requestContextMapping": {},
"accountSid": "<string>",
"authToken": "<string>"
},
"telnyx": {
"callCreationAllowedAgentIds": [
"3c90c3cc-0d44-4b50-8888-8dd25736052a"
],
"callCreationAllowAllAgents": false,
"requestContextMapping": {},
"accountSid": "<string>",
"apiKey": "<string>",
"publicKey": "<string>",
"applicationSid": "<string>"
},
"plivo": {
"callCreationAllowedAgentIds": [
"3c90c3cc-0d44-4b50-8888-8dd25736052a"
],
"callCreationAllowAllAgents": false,
"requestContextMapping": {},
"authId": "<string>",
"authToken": "<string>"
}
}'
{
"twilio": {
"callCreationAllowedAgentIds": [
"3c90c3cc-0d44-4b50-8888-8dd25736052a"
],
"callCreationAllowAllAgents": false,
"requestContextMapping": {},
"accountSid": "<string>",
"authTokenPrefix": {
"prefix": "<string>"
}
},
"telnyx": {
"callCreationAllowedAgentIds": [
"3c90c3cc-0d44-4b50-8888-8dd25736052a"
],
"callCreationAllowAllAgents": false,
"requestContextMapping": {},
"accountSid": "<string>",
"apiKeyPrefix": {
"prefix": "<string>"
},
"publicKeyPrefix": {
"prefix": "<string>"
},
"applicationSid": "<string>"
},
"plivo": {
"callCreationAllowedAgentIds": [
"3c90c3cc-0d44-4b50-8888-8dd25736052a"
],
"callCreationAllowAllAgents": false,
"requestContextMapping": {},
"authId": "<string>",
"authTokenPrefix": {
"prefix": "<string>"
}
}
}