This guide shows you how to register your own app with ClickUp to obtain your OAuth credentials (client id & secret). These are required to let your users grant your app access to their ClickUp account.Documentation Index
Fetch the complete documentation index at: https://nango.dev/docs/llms.txt
Use this file to discover all available pages before exploring further.
Create a ClickUp account
If you don’t already have one, sign up for a ClickUp account.
Create a new OAuth app
- In the upper-right corner, click on your avatar and select Settings.
- In the left sidebar, click Apps.
- Click the Create new app button.
Only Workspace owners or admins can create OAuth apps.
- Fill in all the required information. For the Redirect URL, add
https://api.nango.dev/oauth/callback. - Click Create App.
Obtain OAuth credentials
- After creating your app, you’ll receive a Client ID and Client Secret. Make a copy of these as you’ll need them when configuring your integration in Nango.
Configure your integration in Nango
Follow the Quickstart to add your OAuth credentials to your ClickUp integration in Nango.
ClickUp does not use scopes in their OAuth implementation, so you can leave the scope field empty when configuring your integration in Nango.
Users can authorize one or more Workspaces for your application. Use the Get Authorized Teams (Workspaces) endpoint to see which Workspaces are authorized.