Skip to main content
This guide shows you how to register your own app with Pandadoc to obtain your OAuth credentials (Client ID & Client Secret). These are required to let your users grant your app access to their Pandadoc account.
Pandadoc’s global (pandadoc.com) and EU (pandadoc.eu) regions are fully separate account ecosystems — accounts and apps aren’t shared between them. Register your app in the same region as the accounts you want to connect. If you need to support both regions, register an app in each and create two Nango integrations, one per region (see the how do I link my account? guide for how the Region field ties a connection to the matching app).
1

Open the Developer Dashboard

Log in to your Pandadoc account (app.pandadoc.com for global, app.pandadoc.eu for EU), then open the Developer Dashboard and go to the My Applications tab.
2

Create a new application

Create a new application, providing:
  • Application Name and Application Author
  • Redirect URI — use https://api.nango.dev/oauth/callback for Nango Cloud
3

Get your credentials

Once created, Pandadoc generates a Client ID and Client Secret for the app — copy both. You’ll need them when configuring the integration in Nango.
Once you have your Client ID and Client Secret, follow the quickstart to connect in Nango. For more details, see Pandadoc’s OAuth 2.0 documentation.