Show the IP allowlist for your organisation
cURL
curl --request GET \ --url https://api.incident.io/v1/ip_allowlists
{ "ip_allowlist": { "allowlist": [ { "label": "London HQ", "value": "192.0.2.0" } ], "enabled": true, "updated_at": "2021-08-17T13:28:57.801578Z", "version": 1 } }
OK response.
Show child attributes
{ "allowlist": [ { "label": "London HQ", "value": "192.0.2.0" } ], "enabled": true, "updated_at": "2021-08-17T13:28:57.801578Z", "version": 1}
Was this page helpful?
Contact support