Back to catalog
📄

Monday

API Key

Programmatically access and update data inside a monday.com account

📄Documents & ProductivityHTTPS

Design System Overhaul

Board Item

Id1234567890
NameDesign System Overhaul
StatusIn Progress
AssigneeSarah Chen
Due Date2026-03-15

Sample Response

response.json
1{
2 "id": "1234567890",
3 "name": "Design System Overhaul",
4 "status": "In Progress",
5 "assignee": "Sarah Chen",
6 "due_date": "2026-03-15"
7}

Code Snippets

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

Similar APIs