{ "opencollection": "1.0.0", "info": { "name": "Todoist Comments 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.todoist.com/api/v1/workspaces" }, "docs": "Returns all workspaces the authenticated user belongs to." }, { "info": { "name": "Get Workspace", "type": "http" }, "http": { "method": "GET", "url": "https://api.todoist.com/api/v1/workspaces/:id", "params": [ { "name": "id", "value": "", "type": "path" } ] }, "docs": "Returns details of a specific workspace." }, { "info": { "name": "List Workspace Users", "type": "http" }, "http": { "method": "GET", "url": "https://api.todoist.com/api/v1/workspaces/:id/users", "params": [ { "name": "id", "value": "", "type": "path" } ] }, "docs": "Returns all users in a workspace." } ] } ], "bundled": true }