Skip to main content

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.

1

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.
2

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/team with your OAuth access token.
  • The response will contain your team/workspace ID in the teams array.

Linking the Account from the Hub

1

Navigate to the Hub

Use one of the three Linking Account Methods to access the Hub.
2

Fill out the fields

Fill out the following fields using details from your provider:
  • Workspace ID (Team ID)
3

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.