{ "opencollection": "1.0.0", "info": { "name": "TIBCO BusinessEvents Agents Channels API", "version": "1.0" }, "request": { "auth": { "type": "bearer", "token": "{{bearerToken}}" } }, "items": [ { "info": { "name": "Channels", "type": "folder" }, "items": [ { "info": { "name": "List event channels", "type": "http" }, "http": { "method": "GET", "url": "https://api.tibco.com/businessevents/v1/channels" }, "docs": "Retrieve all configured event channels and destinations." } ] } ], "bundled": true }