To access PandaDoc APIs, you need to authenticate your requests.
PandaDoc API supports two authentication methods via headers:
- API Key Authentication
Add the following header to all your API requests:Authorization: API-Key {{api_key}}
- OAuth 2.0 Authentication
If you’re using OAuth 2.0, use this header instead:Authorization: Bearer {{oauth_key}}
ℹ️ Useful links
How to obtain API key.
How to obtain OAuth token.