{ "opencollection": "1.0.0", "info": { "name": "Trengo Channels API", "version": "2.0" }, "request": { "auth": { "type": "bearer", "token": "{{bearerToken}}" } }, "items": [ { "info": { "name": "Channels", "type": "folder" }, "items": [ { "info": { "name": "List all voice channels", "type": "http" }, "http": { "method": "GET", "url": "https://app.trengo.com/api/v2/channels/voice" }, "docs": "List all voice channels" } ] } ], "bundled": true }