{ "opencollection": "1.0.0", "info": { "name": "Klu Actions Workspaces API", "version": "1.0" }, "request": { "auth": { "type": "bearer", "token": "{{bearerToken}}" } }, "items": [ { "info": { "name": "Workspaces", "type": "folder" }, "items": [ { "info": { "name": "List workspaces", "type": "http" }, "http": { "method": "GET", "url": "https://api.klu.ai/v1/workspaces" }, "docs": "List workspaces" } ] } ], "bundled": true }