Authorizations
Vida API Token
Body
application/json
Outbound route to add
Example:
"1.1.1.1:5060;transport=udp"
Response
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.
Add a new outbound route for SIP. IP or domain Required (port and transport optional).
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.
Vida API Token
Outbound route to add
"1.1.1.1:5060;transport=udp"
OK