What you'll need
- The ClickUp API is available on all ClickUp plans.
- A Workspace owner or admin will need to create an app in your ClickUp Workspace.
OAuth 2 flow
Create an app
- Open your personal settings:
- ClickUp 2.0: In the lower-left corner, click your avatar. Select My settings.
- ClickUp 3.0: In the upper-right corner, click your avatar. Select My settings.
- In the sidebar, click ClickUp API.
- Click + Create an App.
- Enter your app's name and a redirect URL(s).
- Tip: Not sure what to use for your redirect URL? Check out this guide on OAuth's website.
- Click Create App.
- On the next screen, you'll see a Client ID and Client Secret have been generated.
- Use the Client ID and Client Secret in your app to create an OAuth 2 authentication flow.
Update your redirect URLs
- Click your Workspace avatar.
- Select Integrations.
- Click ClickUp API.
- Expand the App to show its details.
- Update your app:
- Add or update the redirect URLs.
- Click Save.
View or regenerate your client secret
- Click your Workspace avatar.
- Select Integrations
- Click ClickUp API
- Expand the App to show its details
- Click Show to view your current Client Secret
- Click Regenerate to immediately create a new Client Secret
- Update your App to use the new Client Secret
Authorization token types
Updated