{ "opencollection": "1.0.0", "info": { "name": "Windmill Apps Workspaces API", "version": "1.745.0" }, "request": { "auth": { "type": "bearer", "token": "{{bearerToken}}" } }, "items": [ { "info": { "name": "Workspaces", "type": "folder" }, "items": [ { "info": { "name": "Get backend version", "type": "http" }, "http": { "method": "GET", "url": "https://app.windmill.dev/api/version" }, "docs": "Returns the running Windmill backend version." }, { "info": { "name": "List workspaces", "type": "http" }, "http": { "method": "GET", "url": "https://app.windmill.dev/api/workspaces/list" }, "docs": "Lists workspaces visible to the authenticated user." }, { "info": { "name": "Create a workspace", "type": "http" }, "http": { "method": "POST", "url": "https://app.windmill.dev/api/workspaces/create", "body": { "type": "json", "data": "{}" } }, "docs": "Creates a new workspace (tenant)." }, { "info": { "name": "Get workspace settings", "type": "http" }, "http": { "method": "GET", "url": "https://app.windmill.dev/api/w/:workspace/workspaces/get_settings", "params": [ { "name": "workspace", "value": "", "type": "path", "description": "The workspace id (tenant) the resource belongs to." } ] }, "docs": "Retrieves settings for a workspace (admin only)." } ] } ], "bundled": true }