Sign in

Request authorization

documented

Redirect users to authorize your app (v1).

GET /oauth/authorizeOAuth 2.0no implementation yet0 runs
No implementation yet. Run it to have the agent write one, or open a pull request with your own.

Seed example (keychains curl)

npx -y keychains@latest curl "https://oauth.pipedrive.com/oauth/authorize?client_id={{PIPEDRIVE_CLIENT_ID}}&state={{$state}}&redirect_uri={{PIPEDRIVE_REDIRECT_URI}}" \
  -L \
  -H "Accept: text/html"