Connecting to ClickUp
ClickUp uses token authentication to control access to the API.
Using Token Authentication
In order to authenticate to ClickUp, you'll need to provide your API Key. You can find this token in your user settings, under the Apps section. At the top of the page you have the option to generate a personal token. Set the API Key to your personal token in the ProfileSettings property to connect.
Example connection string
Profile=C:\profiles\ClickUp.apip;ProfileSettings='APIKey=my_personal_token';
Connection Properties
The connection string properties are the various options that can be used to establish a connection. This section provides a complete list of the options you can configure in the connection string for this provider.
Property | Description |
APIKey | Your ClickUp API Token. |