P
Pipedrive REST API
Details
Authentication
?api_token=<credential> In the Pipedrive web app, open your personal/company API settings as described in How to find the API token. Copy the generated API token for your account. The API reference states all requests are validated against an API token.
Authorization: Bearer <credential> Register an app in the Pipedrive Developer Hub / Marketplace as described in Creating an app, Registering a public app, or Registering a private app. After registration, Pipedrive gives you a client_id and client_secret; see Client ID and client secret. Use these to run the OAuth 2.0 flow against https://oauth.pipedrive.com and obtain user access/refresh tokens.