{ "opencollection": "1.0.0", "info": { "name": "Templafy Public DataSourceFields Spaces API", "version": "v3" }, "items": [ { "info": { "name": "Spaces", "type": "folder" }, "items": [ { "info": { "name": "Lists all existing active spaces.", "type": "http" }, "http": { "method": "GET", "url": "https://{tenantId}.api.templafy.com/v3/spaces", "auth": { "type": "bearer", "token": "{{bearerToken}}" } }, "docs": "Returns a list of all active spaces." } ] } ], "bundled": true }