{ "opencollection": "1.0.0", "info": { "name": "Ngrok Abuse Reports IP Restrictions API", "version": "2.0.0" }, "request": { "auth": { "type": "bearer", "token": "{{bearerToken}}" } }, "items": [ { "info": { "name": "IP Restrictions", "type": "folder" }, "items": [ { "info": { "name": "Ngrok List IP Restrictions", "type": "http" }, "http": { "method": "GET", "url": "https://api.ngrok.com/ip_restrictions", "params": [ { "name": "before_id", "value": "", "type": "query", "description": "An ID to use for pagination. Results returned will be before this ID." }, { "name": "limit", "value": "", "type": "query", "description": "The maximum number of results to return. Maximum is 100." } ] }, "docs": "List all IP restrictions on this account." }, { "info": { "name": "Ngrok Create IP Restriction", "type": "http" }, "http": { "method": "POST", "url": "https://api.ngrok.com/ip_restrictions", "body": { "type": "json", "data": "{}" } }, "docs": "Create a new IP restriction." }, { "info": { "name": "Ngrok Get IP Restriction", "type": "http" }, "http": { "method": "GET", "url": "https://api.ngrok.com/ip_restrictions/:id", "params": [ { "name": "id", "value": "", "type": "path", "description": "A unique identifier for the resource." } ] }, "docs": "Get the details of an IP restriction by ID." }, { "info": { "name": "Ngrok Update IP Restriction", "type": "http" }, "http": { "method": "PATCH", "url": "https://api.ngrok.com/ip_restrictions/:id", "params": [ { "name": "id", "value": "", "type": "path", "description": "A unique identifier for the resource." } ], "body": { "type": "json", "data": "{}" } }, "docs": "Update attributes of an IP restriction by ID." }, { "info": { "name": "Ngrok Delete IP Restriction", "type": "http" }, "http": { "method": "DELETE", "url": "https://api.ngrok.com/ip_restrictions/:id", "params": [ { "name": "id", "value": "", "type": "path", "description": "A unique identifier for the resource." } ] }, "docs": "Delete an IP restriction by ID." } ] } ], "bundled": true }