{ "opencollection": "1.0.0", "info": { "name": "Telnyx Access Tokens Integrations API", "version": "2.0.0" }, "request": { "auth": { "type": "bearer", "token": "{{bearerToken}}" } }, "items": [ { "info": { "name": "Integrations", "type": "folder" }, "items": [ { "info": { "name": "List Integrations", "type": "http" }, "http": { "method": "GET", "url": "https://api.telnyx.com/v2/ai/integrations" }, "docs": "List all available integrations." }, { "info": { "name": "List User Integrations", "type": "http" }, "http": { "method": "GET", "url": "https://api.telnyx.com/v2/ai/integrations/connections" }, "docs": "List user setup integrations" }, { "info": { "name": "Get User Integration connection By Id", "type": "http" }, "http": { "method": "GET", "url": "https://api.telnyx.com/v2/ai/integrations/connections/:user_connection_id", "params": [ { "name": "user_connection_id", "value": "", "type": "path", "description": "The connection id" } ] }, "docs": "Get user setup integrations" }, { "info": { "name": "Delete Integration Connection", "type": "http" }, "http": { "method": "DELETE", "url": "https://api.telnyx.com/v2/ai/integrations/connections/:user_connection_id", "params": [ { "name": "user_connection_id", "value": "", "type": "path", "description": "The user integration connection identifier" } ] }, "docs": "Delete a specific integration connection." }, { "info": { "name": "List Integration By Id", "type": "http" }, "http": { "method": "GET", "url": "https://api.telnyx.com/v2/ai/integrations/:integration_id", "params": [ { "name": "integration_id", "value": "", "type": "path", "description": "The integration id" } ] }, "docs": "Retrieve integration details" } ] } ], "bundled": true }