Skip to main content

ClickUp (Source)

Overview

The ClickUp source connector lets you authenticate to the ClickUp API using a Personal API Token.

At this time, the connector is still in development and does not yet support extracting data streams.

Setup

Prerequisites

  • A ClickUp account
  • A ClickUp Personal API Token

Create a ClickUp Personal API Token

  1. In ClickUp, open your user settings.
  2. Navigate to Apps (or the API/Integrations section).
  3. Generate a Personal API Token.
  4. Copy the token and store it securely.

Authentication

This connector uses Personal API Token authentication.

  • The token is sent as an Authorization header to the ClickUp API.
  • During connection setup, credentials are validated by calling the ClickUp endpoint:
    • GET https://api.clickup.com/api/v2/user

Configuration

FieldTypeRequiredDescription
personal_tokenstringYour ClickUp Personal API Token.

Streams

No streams are currently available.

  • Catalog discovery currently returns an empty catalog.
  • Sync/extraction is not yet implemented and will fail with a “still in development” error.

When stream support is added, this page will be updated with the available streams and their schemas.