{ "opencollection": "1.0.0", "info": { "name": "Telnyx Access Tokens Integration Secrets API", "version": "2.0.0" }, "request": { "auth": { "type": "bearer", "token": "{{bearerToken}}" } }, "items": [ { "info": { "name": "Integration Secrets", "type": "folder" }, "items": [ { "info": { "name": "List integration secrets", "type": "http" }, "http": { "method": "GET", "url": "https://api.telnyx.com/v2/integration_secrets", "params": [ { "name": "page", "value": "", "type": "query", "description": "Consolidated page parameter (deepObject style). Originally: page[size], page[number]" }, { "name": "filter", "value": "", "type": "query", "description": "Consolidated filter parameter (deepObject style). Originally: filter[type]" } ] }, "docs": "Retrieve a list of all integration secrets configured by the user." }, { "info": { "name": "Create a secret", "type": "http" }, "http": { "method": "POST", "url": "https://api.telnyx.com/v2/integration_secrets", "body": { "type": "json", "data": "{}" } }, "docs": "Create a new secret with an associated identifier that can be used to securely integrate with other services." }, { "info": { "name": "Delete an integration secret", "type": "http" }, "http": { "method": "DELETE", "url": "https://api.telnyx.com/v2/integration_secrets/:id", "params": [ { "name": "id", "value": "", "type": "path" } ] }, "docs": "Delete an integration secret given its ID." } ] } ], "bundled": true }