Adobe Acrobat Sign · OAuth Scopes

Adobe Acrobat Sign OAuth Scopes

OAuth 2.0 derived

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

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

Electronic SignatureE-SignatureDocument WorkflowDigital SignatureAdobeAgreements
Scopes: 12 Flows: authorizationCode Method: derived

OAuth endpoints

Authorization URL
https://secure.adobesign.com/public/oauth/v2
Token URL
https://secure.adobesign.com/oauth/v2/token
Flows
authorizationCode

Scopes (12)

ScopeDescriptionFlows
agreement_read Read agreements authorizationCode
agreement_send Send agreements for signature authorizationCode
agreement_write Create and modify agreements authorizationCode
library_read Read library templates authorizationCode
library_write Create and modify library templates authorizationCode
user_login Sign in as a user authorizationCode
user_read Read user information authorizationCode
user_write Modify users authorizationCode
widget_read Read widgets authorizationCode
widget_write Create and modify widgets authorizationCode
workflow_read Read workflows authorizationCode
workflow_write Create and modify workflows authorizationCode

Source

OAuth Scopes

adobe-sign-scopes.yml Raw ↑
generated: '2026-07-11'
method: derived
source: openapi/adobe-sign-openapi.yml
schemes:
- name: oauth2
  source: openapi/adobe-sign-openapi.yml
  flows:
  - flow: authorizationCode
    authorizationUrl: https://secure.adobesign.com/public/oauth/v2
    tokenUrl: https://secure.adobesign.com/oauth/v2/token
  description: OAuth 2.0 authorization-code flow. The authorization code is exchanged at POST
    /oauth/v2/token for an access token (~3600s) and a refresh token. Scope modifiers :self,
    :group, and :account determine the authorization level.
scopes:
- scope: agreement_read
  description: Read agreements
  flows:
  - authorizationCode
  sources:
  - openapi/adobe-sign-openapi.yml
- scope: agreement_send
  description: Send agreements for signature
  flows:
  - authorizationCode
  sources:
  - openapi/adobe-sign-openapi.yml
- scope: agreement_write
  description: Create and modify agreements
  flows:
  - authorizationCode
  sources:
  - openapi/adobe-sign-openapi.yml
- scope: library_read
  description: Read library templates
  flows:
  - authorizationCode
  sources:
  - openapi/adobe-sign-openapi.yml
- scope: library_write
  description: Create and modify library templates
  flows:
  - authorizationCode
  sources:
  - openapi/adobe-sign-openapi.yml
- scope: user_login
  description: Sign in as a user
  flows:
  - authorizationCode
  sources:
  - openapi/adobe-sign-openapi.yml
- scope: user_read
  description: Read user information
  flows:
  - authorizationCode
  sources:
  - openapi/adobe-sign-openapi.yml
- scope: user_write
  description: Modify users
  flows:
  - authorizationCode
  sources:
  - openapi/adobe-sign-openapi.yml
- scope: widget_read
  description: Read widgets
  flows:
  - authorizationCode
  sources:
  - openapi/adobe-sign-openapi.yml
- scope: widget_write
  description: Create and modify widgets
  flows:
  - authorizationCode
  sources:
  - openapi/adobe-sign-openapi.yml
- scope: workflow_read
  description: Read workflows
  flows:
  - authorizationCode
  sources:
  - openapi/adobe-sign-openapi.yml
- scope: workflow_write
  description: Create and modify workflows
  flows:
  - authorizationCode
  sources:
  - openapi/adobe-sign-openapi.yml