freeapis

Monday

Programmatically access and update data inside a monday.com account

Authentication
API Key
HTTPS
Yes
CORS
Unknown

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 Authorization header (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

APIAuthHTTPSCORS
Airtable

Integrate with Airtable

API KeyYesUnknown
Api2Convert

Online File Conversion API

API KeyYesUnknown
apilayer pdflayer

HTML/URL to PDF

API KeyYesUnknown
Asana

Programmatic access to all data in your asana system

API KeyYesYes
ClickUp

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

OAuthYesUnknown