{ "opencollection": "1.0.0", "info": { "name": "ClickUp Comments Authorization Spaces API", "version": "2.0" }, "request": { "auth": { "type": "bearer", "token": "{{bearerToken}}" } }, "items": [ { "info": { "name": "Spaces", "type": "folder" }, "items": [ { "info": { "name": "Get spaces", "type": "http" }, "http": { "method": "GET", "url": "https://api.clickup.com/api/v2/team/:team_id/space", "params": [ { "name": "team_id", "value": "", "type": "path", "description": "The unique identifier of the Workspace (team)." }, { "name": "archived", "value": "", "type": "query", "description": "Include archived Spaces in the response." } ] }, "docs": "Retrieves all Spaces within a Workspace. Optionally includes archived Spaces in the response." }, { "info": { "name": "Create a space", "type": "http" }, "http": { "method": "POST", "url": "https://api.clickup.com/api/v2/team/:team_id/space", "params": [ { "name": "team_id", "value": "", "type": "path", "description": "The unique identifier of the Workspace (team)." } ], "body": { "type": "json", "data": "{}" } }, "docs": "Creates a new Space within a Workspace. The Space can be configured with specific features, statuses, and multiple assignee settings." }, { "info": { "name": "Get a space", "type": "http" }, "http": { "method": "GET", "url": "https://api.clickup.com/api/v2/space/:space_id", "params": [ { "name": "space_id", "value": "", "type": "path", "description": "The unique identifier of the Space." } ] }, "docs": "Retrieves details of a specific Space, including its features, statuses, and configuration." }, { "info": { "name": "Update a space", "type": "http" }, "http": { "method": "PUT", "url": "https://api.clickup.com/api/v2/space/:space_id", "params": [ { "name": "space_id", "value": "", "type": "path", "description": "The unique identifier of the Space." } ], "body": { "type": "json", "data": "{}" } }, "docs": "Updates the properties of an existing Space, including its name, color, privacy settings, and enabled features." }, { "info": { "name": "Delete a space", "type": "http" }, "http": { "method": "DELETE", "url": "https://api.clickup.com/api/v2/space/:space_id", "params": [ { "name": "space_id", "value": "", "type": "path", "description": "The unique identifier of the Space." } ] }, "docs": "Permanently deletes a Space and all of its contents including Folders, Lists, and Tasks. This action cannot be undone." } ] } ], "bundled": true }