PDFfiller · OAuth Scopes

PDFfiller OAuth Scopes

OAuth 2.0 derived

PDFfiller publishes 2 OAuth 2.0 scopes via the password and clientCredentials flows. Scopes are the fine-grained permissions an application requests at authorization time to act against the PDFfiller API on a user’s behalf.

Tokens are issued from https://api.pdffiller.com/v2/oauth/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.

PDFE-SignatureDocument ManagementForm BuilderPDF EditingElectronic SignatureDocument Workflow
Scopes: 2 Flows: password, clientCredentials Method: derived

OAuth endpoints

Token URL
https://api.pdffiller.com/v2/oauth/token
Flows
passwordclientCredentials

Scopes (2)

ScopeDescriptionFlows
read Read access clientCredentials, password
write Write access clientCredentials, password

Source

OAuth Scopes

pdffiller-scopes.yml Raw ↑
generated: '2026-07-11'
method: derived
source: openapi/pdffiller-pdffiller-api-openapi.yml
schemes:
- name: oauth2
  source: openapi/pdffiller-pdffiller-api-openapi.yml
  flows:
  - flow: password
    tokenUrl: https://api.pdffiller.com/v2/oauth/token
  - flow: clientCredentials
    tokenUrl: https://api.pdffiller.com/v2/oauth/token
scopes:
- scope: read
  description: Read access
  flows:
  - clientCredentials
  - password
  sources:
  - openapi/pdffiller-pdffiller-api-openapi.yml
- scope: write
  description: Write access
  flows:
  - clientCredentials
  - password
  sources:
  - openapi/pdffiller-pdffiller-api-openapi.yml