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