Using OAuth Authentication
OAuth requires the authenticating user to interact with Monday using the browser. The driver facilitates this in various ways as described below.
Custom Credentials
You need to register an app to obtain the OAuthClientId and OAuthClientSecret.
Web Applications
Create an OAuth app to use in the web flow. See Creating a Custom OAuth App for the procedure.
Desktop Applications
Create an OAuth app. See Creating a Custom OAuth App for the procedure.
Headless Machines
In the headless OAuth flow, users need to authenticate via a browser on another machine. You need to create a custom OAuth app. See Creating a Custom OAuth App for the procedure.
Creating a Custom OAuth App
See Creating a Custom OAuth App for the procedure.