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