M

monday.com Platform API

REST detected

Details
URL
https://api.monday.com/v2
Spec
https://monday.com/openapi.json
Docs
https://developer.monday.com/api-reference/docs/basics
Authentication
monday.com personal API token bearer discovered Get token ↗

In monday.com, open your profile avatar and go to AdministrationConnectionsPersonal 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.

monday.com OAuth app client oauth2 discovered Set up OAuth ↗
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.