Skip to content

ClickUp ​

All-in-one project management with tasks, docs, and goals via ClickUp API.

DetailValue
CategoryProject Management
Base URLhttps://api.clickup.com/api/v2
AuthenticationBearer Token
Endpoints6
Connector keyclickup

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 ​

EndpointSummary
GET /list/{list_id}/taskGet tasks in a list
POST /list/{list_id}/taskCreate a task in a list
GET /task/{task_id}Get a task
PUT /task/{task_id}Update a task
GET /teamGet authorized workspaces
GET /team/{team_id}/spaceGet spaces in a workspace

Each endpoint has its own page with parameter details, an example API Call node configuration, and the response shape.