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

token
string
query
required

Vida API Token

Body

application/json
route
string
required

Outbound route to add