SIP
Add IP to SIP IP Whitelist
API Documentation
Authorization
Agents
Phone Numbers
SIP
Messaging
Knowledge
Accounts
Billing
SIP
Add IP to SIP IP Whitelist
Add a new IP address to your SIP IP whitelist.
POST
/
api
/
v2
/
sip
/
ipWhitelist
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"
}'
This response does not have an example.
Authorizations
Vida API Token
Body
application/json
IP address to whitelist
Example:
"192.168.1.1"
Friendly label for IP
Example:
"Office IP"
Response
200
OK
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"
}'
This response does not have an example.