Documentation Index
Fetch the complete documentation index at: https://docs.alterauth.com/llms.txt
Use this file to discover all available pages before exploring further.
Overview
Connect your users to monday.com for work management, project boards, task tracking, and team collaboration.| Property | Value |
|---|---|
| Provider ID | monday |
| Category | Productivity |
| PKCE | Not supported |
| Token refresh | Not supported (permanent tokens) |
| Redirect URI | Shown in Developer Portal |
Step 1: Create a monday.com OAuth App
Go to the monday.com Developer Center
Navigate to monday.com/developers/apps and sign in.
Configure OAuth
Under OAuth, add the Alter callback URL from the Developer Portal to the Redirect URLs field.
Step 2: Add to Alter Vault
Open the Developer Portal
Go to portal.alterauth.com and navigate to your app.
Enter credentials
- Client ID: Paste your monday.com Client ID
- Client Secret: Paste your monday.com Client Secret
Available Scopes
| Scope | Description |
|---|---|
me:read | Read authenticated user information |
boards:read | Read boards and items |
boards:write | Create and modify boards and items |
workspaces:read | Read workspace information |
updates:read | Read updates on items |
updates:write | Create updates on items |
Notes
- monday.com tokens do not expire. There is no refresh token flow.
- See the monday.com OAuth documentation for more details.