P

Pipedrive REST API

REST discovered

Details
Spec
https://developers.pipedrive.com/docs/api/v1/openapi.yaml
Spec (yaml)
https://developers.pipedrive.com/docs/api/v1/openapi-v2.yaml
Docs
https://developers.pipedrive.com/docs/api/v1
Authentication
Pipedrive API token api_key discovered Get key ↗
?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.

Pipedrive OAuth app (client ID + client secret) oauth2 discovered Set up OAuth ↗
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.