--- title: 'ClickUp' description: 'All-in-one project management with tasks, docs, and goals via ClickUp API.' --- # ClickUp All-in-one project management with tasks, docs, and goals via ClickUp API. | Detail | Value | |---|---| | Category | Project Management | | Base URL | `https://api.clickup.com/api/v2` | | Authentication | Bearer Token | | Endpoints | 6 | | Connector key | `clickup` | ## Using ClickUp in a workflow 1. Go to **Connections** and click **New Connection**. 2. Pick **ClickUp** from the marketplace. 3. Enter your credentials (see Authentication above for what's expected). 4. In a workflow, drop an **API Call** node and select this connection. 5. Pick the operation you need from the Operation dropdown — see the table below. ## Available Endpoints | Endpoint | Summary | |---|---| | [GET /list/{list_id}/task](./get_list_list_id_task_pm_listtasks) | Get tasks in a list | | [POST /list/{list_id}/task](./post_list_list_id_task_pm_createtask) | Create a task in a list | | [GET /task/{task_id}](./get_task_task_id_pm_gettask) | Get a task | | [PUT /task/{task_id}](./put_task_task_id_pm_updatetask) | Update a task | | [GET /team](./get_team_pm_listworkspaces) | Get authorized workspaces | | [GET /team/{team_id}/space](./get_team_team_id_space_pm_listspaces) | Get spaces in a workspace | > Each endpoint has its own page with parameter details, an example > `API Call` node configuration, and the response shape.