{ "opencollection": "1.0.0", "info": { "name": "Gather HTTP Guestlist Spaces API", "version": "2.0" }, "request": { "auth": { "type": "apikey", "key": "apiKey", "value": "{{apiKey}}", "placement": "header" } }, "items": [ { "info": { "name": "Spaces", "type": "folder" }, "items": [ { "info": { "name": "Create a space", "type": "http" }, "http": { "method": "POST", "url": "https://api.gather.town/api/v2/spaces", "body": { "type": "json", "data": "{}" } }, "docs": "Create a new Gather space, optionally cloning an existing space passed as sourceSpace. Requires an API key with sufficient permission." } ] } ], "bundled": true }