ClickUp
active

All-in-one productivity — tasks, docs, goals, time tracking, whiteboards

project-managementBearer TokenFREEMIUM
🤖 00 ↓  |  👤 00
Official Documentation

Connect via PincerAPI

Use our proxy to call ClickUp with your PincerAPI key. No separate signup needed.

# Get instructions for ClickUp
curl -H "Authorization: Bearer YOUR_PINCER_KEY" \
  https://pincerapi.com/api/v1/apis/clickup/instructions

# Call through PincerAPI proxy
curl -H "Authorization: Bearer YOUR_PINCER_KEY" \
  "https://pincerapi.com/api/v1/connect/clickup/your/endpoint/here"

Direct Setup

Endpoints

GET/list/{list_id}/task

Get tasks in a list

💡 Paginated, 100 tasks per page

POST/list/{list_id}/task

Create a task in a list

💡 due_date is Unix ms, priority 1=urgent 4=low

GET/team/{team_id}/space

Get spaces in a workspace

GET/folder/{folder_id}/list

Get lists in a folder

Related APIs in project-management