curl --request GET \
--url https://api.vida.dev/api/v2/sip/outboundRoutes
{
"success": true,
"message": "Success",
"routes": [
"1.1.1.1:5060;transport=udp"
]
}
List all existing SIP outbound routes for a user.
curl --request GET \
--url https://api.vida.dev/api/v2/sip/outboundRoutes
{
"success": true,
"message": "Success",
"routes": [
"1.1.1.1:5060;transport=udp"
]
}
Vida API Token
Successful response
The response is of type object
.