{ "opencollection": "1.0.0", "info": { "name": "Auth0 Authentication actions anomaly API", "version": "1.0.0" }, "items": [ { "info": { "name": "anomaly", "type": "folder" }, "items": [ { "info": { "name": "Check If an IP Address Is Blocked", "type": "http" }, "http": { "method": "GET", "url": "{auth0_domain}/anomaly/blocks/ips/:id", "params": [ { "name": "id", "value": "", "type": "path", "description": "IP address to check." } ] }, "docs": "Check if the given IP address is blocked via the Suspicious IP Throttling due to multiple suspicious attempts." }, { "info": { "name": "Remove the Blocked IP Address", "type": "http" }, "http": { "method": "DELETE", "url": "{auth0_domain}/anomaly/blocks/ips/:id", "params": [ { "name": "id", "value": "", "type": "path", "description": "IP address to unblock." } ] }, "docs": "Remove a block imposed by Suspicious IP Throttling for the given IP address." } ] } ], "bundled": true }