{ "opencollection": "1.0.0", "info": { "name": "SuperViz REST Channels API", "version": "1.0" }, "request": { "auth": { "type": "apikey", "key": "client_id", "value": "{{client_id}}", "placement": "header" } }, "items": [ { "info": { "name": "Channels", "type": "folder" }, "items": [ { "info": { "name": "List realtime channels", "type": "http" }, "http": { "method": "GET", "url": "https://api.superviz.com/realtime/1.0/channels" }, "docs": "Lists the realtime channels that are active for the authenticated account / room, so a backend can discover where presence and messages are flowing." } ] } ], "bundled": true }