Back to catalog
📄

ClickUp

OAuth

ClickUp is a robust, cloud-based project management tool for boosting productivity

📄Documents & ProductivityHTTPS

Implement OAuth2 login flow

ClickUp

NameImplement OAuth2 login flow
ListSprint 12 - Backend
PriorityHigh
StatusIn Review
Due Date2026-03-07

Sample Response

response.json
1{
2 "name": "Implement OAuth2 login flow",
3 "list": "Sprint 12 - Backend",
4 "priority": "High",
5 "status": "In Review",
6 "dueDate": "2026-03-07"
7}

Code Snippets

request.sh
1"color:#c084fc">curl -X "color:#fbbf24">GET "https://clickup.com/api" \
2 "color:#60a5fa">-H "Authorization: Bearer YOUR_ACCESS_TOKEN"
View Documentation

Similar APIs