Dropbox Sign · OAuth Scopes

Dropbox Sign OAuth Scopes

OAuth 2.0 derived

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

Tokens are issued from https://app.hellosign.com/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.

eSignatureElectronic SignatureDocument SigningWorkflow AutomationDocuments
Scopes: 5 Flows: authorizationCode Method: derived

OAuth endpoints

Authorization URL
https://app.hellosign.com/oauth/authorize
Token URL
https://app.hellosign.com/oauth/token
Flows
authorizationCode

Scopes (5)

ScopeDescriptionFlows
account_access Manage account authorizationCode
api_app_access Manage API apps authorizationCode
basic_account_info View basic account info authorizationCode
signature_request_access Manage signature requests authorizationCode
template_access Manage templates authorizationCode

Source

OAuth Scopes

dropbox-sign-scopes.yml Raw ↑
generated: '2026-07-11'
method: derived
source: openapi/dropbox-sign-openapi.yml
schemes:
- name: oauth2
  source: openapi/dropbox-sign-openapi.yml
  flows:
  - flow: authorizationCode
    authorizationUrl: https://app.hellosign.com/oauth/authorize
    tokenUrl: https://app.hellosign.com/oauth/token
scopes:
- scope: account_access
  description: Manage account
  flows:
  - authorizationCode
  sources:
  - openapi/dropbox-sign-openapi.yml
- scope: api_app_access
  description: Manage API apps
  flows:
  - authorizationCode
  sources:
  - openapi/dropbox-sign-openapi.yml
- scope: basic_account_info
  description: View basic account info
  flows:
  - authorizationCode
  sources:
  - openapi/dropbox-sign-openapi.yml
- scope: signature_request_access
  description: Manage signature requests
  flows:
  - authorizationCode
  sources:
  - openapi/dropbox-sign-openapi.yml
- scope: template_access
  description: Manage templates
  flows:
  - authorizationCode
  sources:
  - openapi/dropbox-sign-openapi.yml