Using OAuth Authentication
OAuth requires the authenticating user to interact with Pipedrive using the browser. The driver facilitates this in various ways as described below.
Custom Credentials
Register an app to obtain Custom Credentials (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 and Headless Machines for the procedure.
Creating a Custom OAuth App
See Creating a Custom OAuth App for the procedure.