Finding Your Workspace ID
Your default Workspace ID (also called Team ID) identifies which ClickUp workspace to access via OAuth. 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 OAuth access token. - 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
- 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.