Dropbox Sign (HelloSign) · OAuth Scopes

Dropbox Sign (HelloSign) OAuth Scopes

OAuth 2.0 searched

Dropbox Sign (HelloSign) publishes 7 OAuth 2.0 scopes. Scopes are the fine-grained permissions an application requests at authorization time to act against the Dropbox Sign (HelloSign) API on a user’s behalf.

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.

CompanyeSignatureElectronic SignaturesDocumentsDigital AgreementsSignature WorkflowEmbedded SigningCompliance
Scopes: 7 Flows: Method: searched

Scopes (7)

ScopeDescriptionFlows
basic_account_info Access basic account information, such as email address and name.
request_signature Send signature requests, access statuses and document files.
account_access Access to basic account information, such as email address and name.
signature_request_access Access to send, view, and update signature requests and to download document files.
template_access Access to view, create, and modify templates.
team_access Access to view and modify team settings and team members.
api_app_access Access to view, create, and modify embedded API apps.

Source

OAuth Scopes

Raw ↑
generated: '2026-07-19'
method: searched
source: https://developers.hellosign.com/docs/guides/o-auth/overview/
docs: https://developers.hellosign.com/docs/guides/o-auth/walkthrough/
note: >-
  Dropbox Sign OAuth 2.0 scopes. The OpenAPI spec models the OAuth token only as
  an http bearer scheme (no flows/scope map), so scopes are captured here from the
  OAuth guide. Scopes are split by billing model: "app-owner charged" vs
  "user charged".
schemes:
  - name: oauth2
    type: oauth2
    flow: authorizationCode
    authorizationUrl: https://app.hellosign.com/oauth/authorize
    tokenUrl: https://app.hellosign.com/oauth/token
scopes:
  - scope: basic_account_info
    billing: app-owner-charged
    description: Access basic account information, such as email address and name.
  - scope: request_signature
    billing: app-owner-charged
    description: Send signature requests, access statuses and document files.
  - scope: account_access
    billing: user-charged
    description: Access to basic account information, such as email address and name.
  - scope: signature_request_access
    billing: user-charged
    description: Access to send, view, and update signature requests and to download document files.
  - scope: template_access
    billing: user-charged
    description: Access to view, create, and modify templates.
  - scope: team_access
    billing: user-charged
    description: Access to view and modify team settings and team members.
  - scope: api_app_access
    billing: user-charged
    description: Access to view, create, and modify embedded API apps.