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