API Documentation
Authorization
Agents
Phone Numbers
SIP
Knowledge
Accounts
Billing
API Reference
SIP
Add sip outbound route
POST
/
api
/
v2
/
sip
/
outboundRoutes
curl --request POST \
--url https://api.vida.dev/api/v2/sip/outboundRoutes \
--header 'Content-Type: application/json' \
--data '{
"route": "1.1.1.1:5060;transport=udp"
}'
This response has no body data.
Authorizations
Vida API Token
Body
application/json
Outbound route to add
curl --request POST \
--url https://api.vida.dev/api/v2/sip/outboundRoutes \
--header 'Content-Type: application/json' \
--data '{
"route": "1.1.1.1:5060;transport=udp"
}'
This response has no body data.