{ "opencollection": "1.0.0", "info": { "name": "100ms Server-Side Active Rooms Polls API", "version": "v2" }, "request": { "auth": { "type": "bearer", "token": "{{bearerToken}}" } }, "items": [ { "info": { "name": "Polls", "type": "folder" }, "items": [ { "info": { "name": "Create Or Update Poll", "type": "http" }, "http": { "method": "POST", "url": "https://api.100ms.live/v2/polls", "body": { "type": "json", "data": "{}" } }, "docs": "Create Or Update Poll" }, { "info": { "name": "Get Poll", "type": "http" }, "http": { "method": "GET", "url": "https://api.100ms.live/v2/polls/:poll_id", "params": [ { "name": "poll_id", "value": "", "type": "path" } ] }, "docs": "Get Poll" }, { "info": { "name": "Link Poll With Room", "type": "http" }, "http": { "method": "POST", "url": "https://api.100ms.live/v2/polls/room/:room_id/link", "params": [ { "name": "room_id", "value": "", "type": "path" } ], "body": { "type": "json", "data": "{}" } }, "docs": "Link Poll With Room" } ] } ], "bundled": true }