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

token
string
query
required

Vida API Token

Body

application/json
ip
string
required

IP address to whitelist

Example:

"192.168.1.1"

label
string
required

Friendly label for IP

Example:

"Office IP"

Response

200
_mintlify/placeholder

OK