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