PandaDoc · OAuth Scopes

PandaDoc OAuth Scopes

OAuth 2.0 derived

PandaDoc publishes 2 OAuth 2.0 scopes via the authorizationCode flow. Scopes are the fine-grained permissions an application requests at authorization time to act against the PandaDoc API on a user’s behalf.

Tokens are issued from https://api.pandadoc.com/oauth2/access_token.

This index is generated from the provider’s OpenAPI security definitions (and, where available, its documented scope reference) and refreshes on every APIs.io network build. Browse every provider’s scopes at scopes.apis.io.

Document AutomationE-SignatureDocument ManagementDocument GenerationWebhooks
Scopes: 2 Flows: authorizationCode Method: derived

OAuth endpoints

Authorization URL
https://app.pandadoc.com/oauth2/authorize
Token URL
https://api.pandadoc.com/oauth2/access_token
Flows
authorizationCode

Scopes (2)

ScopeDescriptionFlows
read Read access to documents, templates, contacts, and workspace data. authorizationCode
write Write access to create and modify documents, templates, and contacts. authorizationCode

Source

OAuth Scopes

pandadoc-scopes.yml Raw ↑
generated: '2026-07-11'
method: derived
source: openapi/pandadoc-rest-api-openapi.yml
schemes:
- name: oauth2
  source: openapi/pandadoc-rest-api-openapi.yml
  flows:
  - flow: authorizationCode
    authorizationUrl: https://app.pandadoc.com/oauth2/authorize
    tokenUrl: https://api.pandadoc.com/oauth2/access_token
  description: OAuth 2.0 authentication. Use the authorization code flow to obtain user-scoped
    access tokens. Tokens expire after approximately one year.
scopes:
- scope: read
  description: Read access to documents, templates, contacts, and workspace data.
  flows:
  - authorizationCode
  sources:
  - openapi/pandadoc-rest-api-openapi.yml
- scope: write
  description: Write access to create and modify documents, templates, and contacts.
  flows:
  - authorizationCode
  sources:
  - openapi/pandadoc-rest-api-openapi.yml