{ "opencollection": "1.0.0", "info": { "name": "Theneo Import Workspaces API", "version": "1.0.0" }, "request": { "auth": { "type": "apikey", "key": "Authorization", "value": "{{Authorization}}", "placement": "header" } }, "items": [ { "info": { "name": "Workspaces", "type": "folder" }, "items": [ { "info": { "name": "List Workspaces", "type": "http" }, "http": { "method": "GET", "url": "https://api.theneo.io/workspaces" }, "docs": "Retrieves a list of all workspaces available to the authenticated user." } ] } ], "bundled": true }