allowed ips

API Docs by APIMATIC

Allowed Ips

Whitelisted IPs for a SIP trunk

Fields

NameDescription
id Required
Number

ID of element in the list. To add a new allow listed IP address the parameter must be null

ip Required
String

Whitelisted IP address

_destroy Required
Boolean

Use true to remove IP address from the whitelist. To add a new allow listed IP address the parameter must be false

{
  "id": 112,
  "ip": "ip4",
  "_destroy": false
}