{ "opencollection": "1.0.0", "info": { "name": "Ngrok Abuse Reports Agent Ingresses API", "version": "2.0.0" }, "request": { "auth": { "type": "bearer", "token": "{{bearerToken}}" } }, "items": [ { "info": { "name": "Agent Ingresses", "type": "folder" }, "items": [ { "info": { "name": "Ngrok List Agent Ingresses", "type": "http" }, "http": { "method": "GET", "url": "https://api.ngrok.com/agent_ingresses", "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 Agent Ingresses." }, { "info": { "name": "Ngrok Create Agent Ingress", "type": "http" }, "http": { "method": "POST", "url": "https://api.ngrok.com/agent_ingresses", "body": { "type": "json", "data": "{}" } }, "docs": "Create a new Agent Ingress." }, { "info": { "name": "Ngrok Get Agent Ingress", "type": "http" }, "http": { "method": "GET", "url": "https://api.ngrok.com/agent_ingresses/:id", "params": [ { "name": "id", "value": "", "type": "path", "description": "A unique identifier for the resource." } ] }, "docs": "Get the details of an Agent Ingress by ID." }, { "info": { "name": "Ngrok Update Agent Ingress", "type": "http" }, "http": { "method": "PATCH", "url": "https://api.ngrok.com/agent_ingresses/:id", "params": [ { "name": "id", "value": "", "type": "path", "description": "A unique identifier for the resource." } ], "body": { "type": "json", "data": "{}" } }, "docs": "Update attributes of an Agent Ingress by ID." }, { "info": { "name": "Ngrok Delete Agent Ingress", "type": "http" }, "http": { "method": "DELETE", "url": "https://api.ngrok.com/agent_ingresses/:id", "params": [ { "name": "id", "value": "", "type": "path", "description": "A unique identifier for the resource." } ] }, "docs": "Delete an Agent Ingress by ID." } ] } ], "bundled": true }