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 ​
- Go to Connections and click New Connection.
- Pick ClickUp from the marketplace.
- Enter your credentials (see Authentication above for what's expected).
- In a workflow, drop an API Call node and select this connection.
- Pick the operation you need from the Operation dropdown — see the table below.
Available Endpoints ​
| Endpoint | Summary |
|---|---|
| GET /list/{list_id}/task | Get tasks in a list |
| POST /list/{list_id}/task | Create a task in a list |
| GET /task/{task_id} | Get a task |
| PUT /task/{task_id} | Update a task |
| GET /team | Get authorized workspaces |
| GET /team/{team_id}/space | Get spaces in a workspace |
Each endpoint has its own page with parameter details, an example
API Callnode configuration, and the response shape.