{ "opencollection": "1.0.0", "info": { "name": "Room Token API" }, "items": [ { "info": { "name": "Token", "type": "folder" }, "items": [ { "info": { "name": "Get room url", "type": "http" }, "http": { "method": "POST", "url": "{{baseUrl}}/api/token", "headers": [ { "name": "Authorization", "value": "" }, { "name": "X-Vidicue-Nonce", "value": "" }, { "name": "X-Vidicue-Key", "value": "" } ], "body": { "type": "json", "data": "{}" } }, "docs": "This routes creates a new room and returns the url that you can redirect your users to. Note that the url expires after a minute and can only be used once." } ] } ], "bundled": true }