Skip to main content
Sync boards, items, users, teams, workspaces, updates, tags, docs, and activity logs from monday.com.

Personal API Token

Connect Parable to Monday.com using a personal API token and the GraphQL API. The token is tied to your user and inherits your account permissions, so the data Parable can sync depends on what your user can see. For full-account coverage, use an administrator’s token.
Info: The token inherits your user’s permissions. A member token only reaches boards that user is subscribed to; an administrator token reaches the whole account.

Boards & work items

Boards, groups, columns, items, subitems, tags, activity logs

People & workspaces

Users, teams, workspaces

Collaboration

Updates, replies, WorkDocs

Personal API Token

Monday.com serves a single GraphQL endpoint. Parable sends the API version header shown below.
The token is sent in the Authorization header without a Bearer prefix. Parable also sends API-Version: 2025-04 and Content-Type: application/json.

Personal API Token

All of the tables below are collected for a connection. The access level of your token determines how much data each returns.

Personal API Token

Query boards with items

Query users

OAuth 2.0 Authorization Code (3LO)

Connect Parable to Monday.com using OAuth 2.0. You create a Monday.com app in the Developer Center, create the connection in Parable, register Parable’s redirect URI on your app, then authorize through Parable’s in-app wizard. Parable exchanges the authorization code for an access token and stores it securely.
Info: You do not enter an access token manually. The in-app wizard completes the OAuth flow for you.

Boards & work items

Boards, groups, columns, items, subitems, tags, activity logs

People & workspaces

Users, teams, workspaces

Collaboration

Updates, replies, WorkDocs

OAuth 2.0 Authorization Code (3LO)

Authorize (browser redirect):
Token exchange (used by Parable after authorization):
Token exchange uses client_secret_post (client ID and secret sent in the request body). Syncs call the GraphQL endpoint at https://api.monday.com/v2 with API-Version: 2025-04.

Data streams

This Provider Plugin defines 9 data streams.