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
If you are unfamiliar with OAuth2, Digital Ocean has put together a great guide that should get you started. We also recommend checking out OAuth's website for additional details.
Create an app
- In the upper-right corner, click your personal avatar.
- Select Settings.
- In the sidebar, click ClickUp API.
- Click + Create an App.
- Enter your app's name and a redirect URL(s).
If you're 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
- In the upper-right corner, click your personal avatar.
- Select Settings.
- In the sidebar, click ClickUp API.
- Click an existing app to expand its details.
- Update the redirect URL.
- Click Save.
View or regenerate your client secret
- In the upper-right corner, click your personal avatar.
- Select Settings.
- In the sidebar, click ClickUp API.
- Click an existing app to expand its details.
- Click Show to view your current Client Secret.
- Click Regenerate to create a new Client Secret.
- Update your app to use the new Client Secret.