API Documentation
Authorization
Agents
Phone Numbers
SIP
Messaging
Webhooks
Knowledge
Accounts
- POSTCreate a new reseller
- GETList resellers
- POSTCreate a new organization
- DELDelete an organization
- GETList organizations
- GETList agent accounts
- POSTCreate a new account
- DELDelete an account
- GETList admin users
- DELDelete admin user
- POSTInvite admin user
- GETFetch Account by externalAccountId
- POSTUpdate Organization Settings
Billing
SIP
List SIP Outbound Routes
List all existing SIP outbound routes for a user.
GET
/
api
/
v2
/
sip
/
outboundRoutes
Copy
Ask AI
curl --request GET \
--url https://api.vida.dev/api/v2/sip/outboundRoutes
Copy
Ask AI
{
"success": true,
"message": "Success",
"routes": [
"1.1.1.1:5060;transport=udp"
]
}
Authorizations
Vida API Token
Response
200
application/json
Successful response
The response is of type object
.
Copy
Ask AI
curl --request GET \
--url https://api.vida.dev/api/v2/sip/outboundRoutes
Copy
Ask AI
{
"success": true,
"message": "Success",
"routes": [
"1.1.1.1:5060;transport=udp"
]
}
Assistant
Responses are generated using AI and may contain mistakes.