Overview

To access PandaDoc APIs, you need to authenticate your requests.

PandaDoc API supports two authentication methods via headers:

  1. API Key Authentication
    Add the following header to all your API requests:
    Authorization: API-Key {{api_key}}
    
  2. 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.