Generating a Personal API Token
Your Personal API Token grants the integration access to your ClickUp workspace data.
Sign in to ClickUp
Sign in to your ClickUp account using your credentials.
Navigate to Settings
From your ClickUp dashboard:
- Click on your profile avatar.
- Select Settings from the menu.
Access API Token Settings
In the Settings page:
- Click on ClickUp API in the left sidebar (under the Integrations & ClickApps section).
- You’ll find the API Token section on this page.
- Click on Generate or Regenerate to create a new token.
Confirm Your Password
When clicking Regenerate, ClickUp will prompt you to confirm your account password before issuing a new token.
- In the Enter your Password to generate API Token dialog, type your ClickUp account password.
- Click Confirm Password to proceed.
Copy the API Token
Copy the generated API token immediately and store it securely. You can regenerate it at any time if needed.
Finding Your Workspace ID
Your default Workspace ID (also called Team ID) identifies which ClickUp workspace to access. This serves as the default workspace for API requests, but you can override it by passing other authorized workspace IDs in action input parameters.
Get Workspace ID from URL
The easiest way to find your workspace ID is from the ClickUp URL:
- Sign in to your ClickUp account and navigate to any page in your workspace.
- Look at the URL in your browser’s address bar (e.g.,
https://app.clickup.com/90161487323/inbox). - The workspace ID is the number immediately after
app.clickup.com/(e.g., “90161487323”). - Copy this number to use as your workspace ID.
Alternative Method Using API
You can also retrieve your workspace ID using the ClickUp API:
- Make a GET request to
https://api.clickup.com/api/v2/teamwith your Personal API Token in the Authorization header. - The response will contain your team/workspace ID in the
teamsarray.
Linking the Account from the Hub
Navigate to the Hub
Fill out the fields
- Personal API Token
- Workspace ID (Team ID)
Connect
- Click Connect
- If applicable, the provider will redirect you to a sign-in or authorization page. Complete the provider’s authorization flow.
- Once authorization is successful, you will see a confirmation popup
If the account linking is successful, you will see the newly linked account in your Accounts page.