Monday.com · OAuth Scopes

Monday.com OAuth Scopes

OAuth 2.0 derived

Monday.com publishes 7 OAuth 2.0 scopes via the authorizationCode flow. Scopes are the fine-grained permissions an application requests at authorization time to act against the Monday.com API on a user’s behalf.

Tokens are issued from https://auth.monday.com/oauth2/token.

This index is generated from the provider’s OpenAPI security definitions (and, where available, its documented scope reference) and refreshes on every APIs.io network build. Browse every provider’s scopes at scopes.apis.io.

Work ManagementCRMAutomationGraphQL
Scopes: 7 Flows: authorizationCode Method: derived

OAuth endpoints

Authorization URL
https://auth.monday.com/oauth2/authorize
Token URL
https://auth.monday.com/oauth2/token
Flows
authorizationCode

Scopes (7)

ScopeDescriptionFlows
boards:read Read boards, items, columns, groups authorizationCode
boards:write Create and update boards, items, columns, groups authorizationCode
notifications:write Create notifications authorizationCode
updates:write Create updates and replies authorizationCode
users:read Read user, team, and account information authorizationCode
webhooks:write Create and manage webhooks authorizationCode
workspaces:read Read workspaces authorizationCode

Source

OAuth Scopes

monday-com-scopes.yml Raw ↑
generated: '2026-07-11'
method: derived
source: openapi/monday-com-openapi.yml
schemes:
- name: oauth2
  source: openapi/monday-com-openapi.yml
  flows:
  - flow: authorizationCode
    authorizationUrl: https://auth.monday.com/oauth2/authorize
    tokenUrl: https://auth.monday.com/oauth2/token
scopes:
- scope: boards:read
  description: Read boards, items, columns, groups
  flows:
  - authorizationCode
  sources:
  - openapi/monday-com-openapi.yml
- scope: boards:write
  description: Create and update boards, items, columns, groups
  flows:
  - authorizationCode
  sources:
  - openapi/monday-com-openapi.yml
- scope: notifications:write
  description: Create notifications
  flows:
  - authorizationCode
  sources:
  - openapi/monday-com-openapi.yml
- scope: updates:write
  description: Create updates and replies
  flows:
  - authorizationCode
  sources:
  - openapi/monday-com-openapi.yml
- scope: users:read
  description: Read user, team, and account information
  flows:
  - authorizationCode
  sources:
  - openapi/monday-com-openapi.yml
- scope: webhooks:write
  description: Create and manage webhooks
  flows:
  - authorizationCode
  sources:
  - openapi/monday-com-openapi.yml
- scope: workspaces:read
  description: Read workspaces
  flows:
  - authorizationCode
  sources:
  - openapi/monday-com-openapi.yml