curl --request GET \
--url https://api.vida.dev/api/v2/sip/ipWhitelist
{
"success": true,
"message": "Success",
"whitelist": [
{
"userId": 3,
"label": "Office IP",
"timestamp": 1678829072,
"ip": "192.168.1.1"
}
]
}
List all your existing SIP IP whitelist entries.
curl --request GET \
--url https://api.vida.dev/api/v2/sip/ipWhitelist
{
"success": true,
"message": "Success",
"whitelist": [
{
"userId": 3,
"label": "Office IP",
"timestamp": 1678829072,
"ip": "192.168.1.1"
}
]
}
Vida API Token
Successful response
The response is of type object
.