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
- In ClickUp, open your user settings.
- Navigate to Apps (or the API/Integrations section).
- Generate a Personal API Token.
- Copy the token and store it securely.
Authentication
This connector uses Personal API Token authentication.
- The token is sent as an
Authorizationheader to the ClickUp API. - During connection setup, credentials are validated by calling the ClickUp endpoint:
GET https://api.clickup.com/api/v2/user
Configuration
| Field | Type | Required | Description |
|---|---|---|---|
personal_token | string | ✅ | Your 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.