Skip to main content

ClickUp Connector

Prerequisites

  • A ClickUp account (any plan, including free)
  • Workspace Owner or Admin access

Getting Your Credentials

ClickUp uses a Personal API Token for authentication.

  1. Log into ClickUp
  2. Click your avatar in the bottom-left
  3. Go to Settings > Apps
  4. Under API Token, click Generate (or copy existing)
  5. Copy the token (starts with pk_)

Note: The token provides access to all workspaces and spaces your account can access.

Configuration in Landed

FieldValue
API TokenYour ClickUp personal API token (starts with pk_)

Available Streams

StreamDescriptionSync Mode
workspacesWorkspace definitions with member countFull refresh
spacesSpaces within workspacesFull refresh
foldersFolders within spacesFull refresh
listsLists within folders and spacesFull refresh
tasksTask records with assignees, status, dates, tags, priorityIncremental
membersWorkspace membersFull refresh
goalsGoal definitions with targetsFull refresh
time_entriesTime tracking entriesIncremental

Common Issues

SymptomCauseFix
401 UnauthorizedInvalid API tokenRegenerate the token in ClickUp > Settings > Apps
Token format invalidToken doesn't start with pk_Ensure you copied the full token including the pk_ prefix
Missing tasksTasks in spaces you don't have access toEnsure the token owner has access to all relevant spaces
Rate limit exceededToo many API callsLanded handles rate limiting automatically; ClickUp allows 100 req/min

Data Notes

  • ClickUp uses POSIX millisecond timestamps (e.g., 1609459200000). Landed converts these to ISO 8601 format.
  • Tasks are fetched per list. Large workspaces with many lists may have longer sync times.
  • The hierarchy is: Workspace > Space > Folder > List > Task

Static IPs for Allowlisting

If your network configuration requires IP allowlisting:

  • Production: 34.170.185.84, 35.192.90.94
  • Staging: 34.171.93.34