{ "opencollection": "1.0.0", "info": { "name": "Appsmith Applications Workspaces API", "version": "1.0.0" }, "request": { "auth": { "type": "bearer", "token": "{{bearerToken}}" } }, "items": [ { "info": { "name": "Workspaces", "type": "folder" }, "items": [ { "info": { "name": "Appsmith - List Workspaces", "type": "http" }, "http": { "method": "GET", "url": "https://app.appsmith.com/api/v1/workspaces" }, "docs": "Returns a list of workspaces available to the authenticated user" } ] } ], "bundled": true }