Clickup API Integration Profile
Information and guides about integrating with Clickup API
Add Clickup Integration to Your App- List All Questions
- Create a New Question
You may create your own question using this action. It takes a JSON object containing a question and a collection of answers in the form of choices.
- Get Access Token
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.
- Get Task Comments
View task comments. If you do not include the start and start_id parameters, this endpoint will return the most recent 25 comments. Use the start and start id parameters of the oldest comment to retrieve the next 25 comments.
- Create Task Comment
Add a new comment to a task.
- Get Chat View Comments
View comments from a Chat view. If you do not include the start and start_id parameters, this endpoint will return the most recent 25 comments. Use the start and start_id parameters of the oldest comment to retrieve the next 25 comments.