To access PandaDoc APIs, you need to authenticate your requests.
PandaDoc API supports two authentication methods via headers:
- OAuth 2.0 Authentication
OAuth 2.0 is the recommended authentication method for all new integrations
If you’re using OAuth 2.0, use this header instead:
Authorization: Bearer {{oauth_key}}- API Key Authentication
API Key authentication is a legacy method maintained for backwards compatibility with existing integrations; new integrations should use OAuth 2.0
Add the following header to all your API requests:
Authorization: API-Key {{api_key}}ℹ️ Useful links
How to obtain API key.
How to obtain OAuth token.
