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.
Add a new IP address to your SIP IP whitelist.
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.