API Docs
Our full API documentation is available here!
ClickUp's API endpoints allow you to instantly access your Workspace's data and build anything! Let your imagination run wild! Here are some suggestions to get you started:
-
Use webhooks to post events like new tasks, list updates, goal updates, comments, etc!
-
Post comments on tasks from an outside application.
-
Track time on an assigned task.
-
For a list of every endpoint, see our API documentation here.
Create a ClickUp App
Use OAuth2 to create an App
-
Navigate to
Integrations
page inteam settings
. -
Select the
ClickUp API
tab. -
Create an app to generate a Client ID and Client Secret.
-
Send users to the API URL with the required parameters to accept the authorization request.
-
Acquire access token via the Get access token post request.
Personal API Key
Use your token to create apps for yourself
Finding your token:
-
Navigate to your personal
Settings
. -
Click
Apps
in the left sidebar. -
Click
Generate
to create your API token. -
Click
Copy
to copy the key to your clipboard.
If you're using the API for personal use, feel free to use your personal API token. If you're creating an application for others to use, it is recommended to use the OAuth2 flow.
You may now use the Personal or OAuth2 access tokens in the Authorization
header of your API requests.
Actualización