⚠️ SIP Billing Starts November 10, 2025 - See Ultravox Pricing for details.
⚠️ SIP Billing Starts November 10, 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": {
"accountSid": "<string>",
"authToken": "<string>",
"callCreationAllowedAgentIds": [
"3c90c3cc-0d44-4b50-8888-8dd25736052a"
],
"callCreationAllowAllAgents": false,
"requestContextMapping": {}
},
"telnyx": {
"accountSid": "<string>",
"apiKey": "<string>",
"publicKey": "<string>",
"applicationSid": "<string>",
"callCreationAllowedAgentIds": [
"3c90c3cc-0d44-4b50-8888-8dd25736052a"
],
"callCreationAllowAllAgents": false,
"requestContextMapping": {}
},
"plivo": {
"authId": "<string>",
"authToken": "<string>",
"callCreationAllowedAgentIds": [
"3c90c3cc-0d44-4b50-8888-8dd25736052a"
],
"callCreationAllowAllAgents": false,
"requestContextMapping": {}
}
}
'{
"twilio": {
"accountSid": "<string>",
"authTokenPrefix": {
"prefix": "<string>"
},
"callCreationAllowedAgentIds": [
"3c90c3cc-0d44-4b50-8888-8dd25736052a"
],
"callCreationAllowAllAgents": false,
"requestContextMapping": {}
},
"telnyx": {
"accountSid": "<string>",
"apiKeyPrefix": {
"prefix": "<string>"
},
"publicKeyPrefix": {
"prefix": "<string>"
},
"applicationSid": "<string>",
"callCreationAllowedAgentIds": [
"3c90c3cc-0d44-4b50-8888-8dd25736052a"
],
"callCreationAllowAllAgents": false,
"requestContextMapping": {}
},
"plivo": {
"authId": "<string>",
"authTokenPrefix": {
"prefix": "<string>"
},
"callCreationAllowedAgentIds": [
"3c90c3cc-0d44-4b50-8888-8dd25736052a"
],
"callCreationAllowAllAgents": false,
"requestContextMapping": {}
}
}API key
Your Twilio configuration. See https://console.twilio.com/
Show child attributes
Your Twilio Account SID.
Your Twilio Auth Token.
List of agents for whom calls may be directly created by this telephony provider to facilitate incoming calls. May not be set if callCreationAllowAllAgents is true.
100If true, calls may be directly created by this telephony provider for all agents. If false, only agents listed in callCreationAllowedAgentIds are allowed.
Your Telnyx configuration. See https://portal.telnyx.com/
Show child attributes
Your Telnyx Account SID. See https://portal.telnyx.com/#/account/general
Your Telnyx API Key. See https://portal.telnyx.com/#/api-keys
Your Telnyx Public Key. See https://portal.telnyx.com/#/api-keys/public-key
Your Telnyx Application SID. This must be configured with an Outbound Voice Profile that allows calls to your destination. See https://portal.telnyx.com/#/call-control/texml
40List of agents for whom calls may be directly created by this telephony provider to facilitate incoming calls. May not be set if callCreationAllowAllAgents is true.
100If true, calls may be directly created by this telephony provider for all agents. If false, only agents listed in callCreationAllowedAgentIds are allowed.
Your Plivo configuration. See https://console.plivo.com/dashboard/
Show child attributes
Your Plivo Auth ID.
Your Plivo Auth Token.
List of agents for whom calls may be directly created by this telephony provider to facilitate incoming calls. May not be set if callCreationAllowAllAgents is true.
100If true, calls may be directly created by this telephony provider for all agents. If false, only agents listed in callCreationAllowedAgentIds are allowed.
Your Twilio configuration.
Show child attributes
Your Twilio Account SID.
List of agents for whom calls may be directly created by this telephony provider to facilitate incoming calls. May not be set if callCreationAllowAllAgents is true.
100If true, calls may be directly created by this telephony provider for all agents. If false, only agents listed in callCreationAllowedAgentIds are allowed.
Your Telnyx configuration.
Show child attributes
Your Telnyx Account SID.
Your Telnyx Application SID.
List of agents for whom calls may be directly created by this telephony provider to facilitate incoming calls. May not be set if callCreationAllowAllAgents is true.
100If true, calls may be directly created by this telephony provider for all agents. If false, only agents listed in callCreationAllowedAgentIds are allowed.
Your Plivo configuration.
Show child attributes
Your Plivo Auth ID.
List of agents for whom calls may be directly created by this telephony provider to facilitate incoming calls. May not be set if callCreationAllowAllAgents is true.
100If true, calls may be directly created by this telephony provider for all agents. If false, only agents listed in callCreationAllowedAgentIds are allowed.
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": {
"accountSid": "<string>",
"authToken": "<string>",
"callCreationAllowedAgentIds": [
"3c90c3cc-0d44-4b50-8888-8dd25736052a"
],
"callCreationAllowAllAgents": false,
"requestContextMapping": {}
},
"telnyx": {
"accountSid": "<string>",
"apiKey": "<string>",
"publicKey": "<string>",
"applicationSid": "<string>",
"callCreationAllowedAgentIds": [
"3c90c3cc-0d44-4b50-8888-8dd25736052a"
],
"callCreationAllowAllAgents": false,
"requestContextMapping": {}
},
"plivo": {
"authId": "<string>",
"authToken": "<string>",
"callCreationAllowedAgentIds": [
"3c90c3cc-0d44-4b50-8888-8dd25736052a"
],
"callCreationAllowAllAgents": false,
"requestContextMapping": {}
}
}
'{
"twilio": {
"accountSid": "<string>",
"authTokenPrefix": {
"prefix": "<string>"
},
"callCreationAllowedAgentIds": [
"3c90c3cc-0d44-4b50-8888-8dd25736052a"
],
"callCreationAllowAllAgents": false,
"requestContextMapping": {}
},
"telnyx": {
"accountSid": "<string>",
"apiKeyPrefix": {
"prefix": "<string>"
},
"publicKeyPrefix": {
"prefix": "<string>"
},
"applicationSid": "<string>",
"callCreationAllowedAgentIds": [
"3c90c3cc-0d44-4b50-8888-8dd25736052a"
],
"callCreationAllowAllAgents": false,
"requestContextMapping": {}
},
"plivo": {
"authId": "<string>",
"authTokenPrefix": {
"prefix": "<string>"
},
"callCreationAllowedAgentIds": [
"3c90c3cc-0d44-4b50-8888-8dd25736052a"
],
"callCreationAllowAllAgents": false,
"requestContextMapping": {}
}
}