{ "opencollection": "1.0.0", "info": { "name": "SuperViz REST Channels Presence API", "version": "1.0" }, "request": { "auth": { "type": "apikey", "key": "client_id", "value": "{{client_id}}", "placement": "header" } }, "items": [ { "info": { "name": "Presence", "type": "folder" }, "items": [ { "info": { "name": "Get participants connected to a channel", "type": "http" }, "http": { "method": "GET", "url": "https://api.superviz.com/realtime/1.0/participants/:channel", "params": [ { "name": "channel", "value": "my-channel", "type": "path", "description": "The name of the realtime channel to query." } ] }, "docs": "Returns the list of participants currently connected to the named realtime channel. This is the presence surface used to render \"who is here\" experiences from a backend." } ] } ], "bundled": true }