
Clickup API Integration Profile
Information and guides about integrating with Clickup API
Add Clickup Integration to Your ProductGet Access Token in Clickup API
These are the routes for authing the API and going through the OAuth flow. Applications utilizing a personal API token don't use this endpoint.
Input schema fields
Field Name | API Key | Type | |
---|---|---|---|
Query | query | object | |
Client Id | query.client_id | string | |
Client Secret | query.client_secret | string | |
Code | query.code | string | |
Data | data | object |
Output schema fields
Field Name | API Key | Type | Description |
---|---|---|---|
Access Token | access_token | string | The access token to be used for authorization |