We launched the Accounting Sample!Manage invoices, payments, expenses, and more across multiple connectors.

Search docs

How to connect to ClickUp API

Before you start, you’ll need:

Create a ClickUp OAuth app (optional)

Only the Workspace Owner or admins can access the Integrations page to create OAuth apps.

  • Log into ClickUp.
  • Click on your avatar in the lower-left corner and select Integrations.
  • Click on ClickUp API.
  • Click Create an App.
  • Give your app a name and provide a redirect URL.
  • Once your app is created, you'll be provided with a client_id and a secret. These credentials can be configured in Apideck.

Do your first API call

curl --location --request GET 'https://unify.apideck.com/proxy' \
--header 'x-apideck-consumer-id: test-consumer' \
--header 'x-apideck-app-id: {APIDECK_APP_ID}' \
--header 'x-apideck-service-id: clickup' \
--header 'x-apideck-downstream-url: https://api.clickup.com/api/v2/team' \
--header 'Authorization: Bearer {APIDECK_API_KEY}'

Start building with the ClickUp API

Learn what else you can build with the ClickUp API.

Interested in a personalized demo? Let us know.