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
Add IP to SIP IP Whitelist
Add a new IP address to your SIP IP whitelist.
POST
/
api
/
v2
/
sip
/
ipWhitelist
Copy
Ask AI
curl --request POST \
--url https://api.vida.dev/api/v2/sip/ipWhitelist \
--header 'Content-Type: application/json' \
--data '{
"ip": "192.168.1.1",
"label": "Office IP"
}'
Copy
Ask AI
This response does not have an example.
Copy
Ask AI
curl --request POST \
--url https://api.vida.dev/api/v2/sip/ipWhitelist \
--header 'Content-Type: application/json' \
--data '{
"ip": "192.168.1.1",
"label": "Office IP"
}'
Copy
Ask AI
This response does not have an example.
Assistant
Responses are generated using AI and may contain mistakes.