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