Creating a Custom OAuth App
Create a Custom OAuth App: Desktop
Complete the following procedure to obtain the OAuthClientId, OAuthClientSecret, and CallbackURL.
Create a Custom OAuth App: Web Apps
Complete the following steps to obtain the OAuthClientId and OAuthClientSecret:
- Login to your Monday account, click the avatar icon, and select Developers.
- Click Create App in MyApps.
- The app's OAuthClientId and OAuthClientSecret will be shown in the app's Basic information section.
- Scopes and redirect URLs can be added in the app's OAuth section. Set the redirect URL to http://localhost:3333.
To successfully connect via OAuth, the following scopes must be enabled: boards:read, workspaces:read, users:read, account:read, updates:read, assets:read, tags:read, and teams:read.