Monday.com website screenshot

Monday.com

An expressive API to interact with your workflows, automate processes, power integrations, and more!

1 APIs 16 Features
Work ManagementCRMAutomationGraphQL

APIs

Monday.com API

An expressive GraphQL API to interact with monday.com workflows, boards, items, users, and updates - automate processes, power integrations, and more.

Collections

GraphQL

Monday.com GraphQL API

An expressive GraphQL API to interact with monday.com workflows, boards, items, users, and updates - automate processes, power integrations, and more.

GRAPHQL

Pricing Plans

Monday Com Plans Pricing

5 plans

PLANS

Rate Limits

Monday Com Rate Limits

3 limits

RATE LIMITS

FinOps

Features

Free for up to 2 users with 3 boards
Basic at $9/seat/mo with unlimited items and viewers
Standard at $12/seat/mo with 250 automation/integration actions
Pro at $19/seat/mo with 25K automation/integration actions
Enterprise with 250K actions, multi-level permissions, AI bundle
GraphQL API at api.monday.com/v2
Complexity budget: 5M points/min per account
Default 5K requests/day (raise via support)
10 concurrent requests cap
Webhooks for board, item, column changes
OAuth 2.0 and API tokens
monday Apps Framework for marketplace apps
Files API with S3-backed uploads
Custom column types via Apps
monday Forms and monday WorkForms
monday CRM, Dev, Service product variants

Event Specifications

monday.com Webhooks

AsyncAPI 2.6 description of the monday.com webhook surface. monday.com webhooks deliver real-time board, item, subitem, column, and update events to a consumer-controlled HTTPS ...

ASYNCAPI

Resources

👥
GitHubOrganization
GitHubOrganization
🔗
LinkedIn
LinkedIn
🔗
LlmsText
LlmsText

Sources

Raw ↑
opencollection: 1.0.0
info:
  name: monday.com Platform GraphQL API
  version: v2
request:
  auth:
    type: apikey
    key: Authorization
    value: '{{Authorization}}'
    placement: header
items:
- info:
    name: GraphQL endpoint
    type: http
  http:
    method: POST
    url: https://api.monday.com/v2/
    headers:
    - name: API-Version
      value: ''
    body:
      type: json
      data: '{}'
  docs: 'Execute a GraphQL query or mutation against the monday.com Platform

    API. Common queries include `boards`, `items`, `me`, `users`,

    `teams`, `workspaces`, `updates`, and `account`. Common mutations

    include `create_item`, `change_column_value`,

    `change_multiple_column_values`, `create_board`, `delete_item`,

    `create_update`, and `create_webhook`.

    '
bundled: true