SIP
Add SIP Outbound Route
API Documentation
Authorization
Agents
Phone Numbers
SIP
Messaging
Knowledge
Accounts
Billing
SIP
Add SIP Outbound Route
Add a new outbound route for SIP. IP or domain Required (port and transport optional).
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 does not have an example.
Authorizations
Vida API Token
Body
application/json
Outbound route to add
Example:
"1.1.1.1:5060;transport=udp"
Response
200
_mintlify/placeholder
OK
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 does not have an example.