monday.com Platform API
- URL
-
https://api.monday.com/v2 - Spec
- https://monday.com/openapi.json
- Docs
- https://developer.monday.com/api-reference/docs/basics
In monday.com, open your profile avatar and go to Administration → Connections → Personal API token (the API auth docs describe generating a personal V2 API token from the account). Use that token as the Authorization header when calling the platform API. See Authentication.
Authorization: Bearer <credential> Create an app in the monday Developer Center, then configure OAuth in your app using the guidance in OAuth and Permissions. Use the app's client credentials with monday.com's OAuth endpoints to obtain user-authorized access tokens for the GraphQL/platform API. Available scopes include me:read, boards:read, boards:write, docs:read, docs:write, workspaces:read, workspaces:write, users:read, users:write, account:read, notifications:write, updates:read, updates:write, assets:read, tags:read, teams:read, teams:write, departments:read, departments:write, webhooks:write, webhooks:read, and ai:consume.