Monday
Programmatically access and update data inside a monday.com account
- Authentication
- API Key
- HTTPS
- Yes
- CORS
- Unknown
- Category
- Documents & Productivity
- Documentation / URL
- https://api.developer.monday.com/docs
Overview
Monday provides board/project data via GraphQL — token-based (a missing token returns 401, verified).
Quick Start
Boards (replace YOUR_TOKEN):
curl "https://api.monday.com/v2" \
-H "Authorization: YOUR_TOKEN" \
-H "Content-Type: application/json" \
-d '{"query":"{ boards { id name } }"}'
Authentication
- monday.com → API token.
- Send it as the
Authorizationheader (missing → 401, verified).
Rate Limits & Notes
- Free tier with limits (check the docs); paid plans scale.
- Boards, items, updates.
FAQ
Is Monday free? Free tier with limits; more is paid.
Why 401? A token is required (verified) — get one from the account.
What’s the auth style?
Authorization header + GraphQL.
More in Documents & Productivity
| API | Auth | HTTPS | CORS | |
|---|---|---|---|---|
| Airtable Integrate with Airtable | API Key | Yes | Unknown | ↗ |
| Api2Convert Online File Conversion API | API Key | Yes | Unknown | ↗ |
| apilayer pdflayer HTML/URL to PDF | API Key | Yes | Unknown | ↗ |
| Asana Programmatic access to all data in your asana system | API Key | Yes | Yes | ↗ |
| ClickUp ClickUp is a robust, cloud-based project management tool for boosting productivity | OAuth | Yes | Unknown | ↗ |