Zoho Sign · OAuth Scopes

Zoho Sign OAuth Scopes

OAuth 2.0 derived

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

Tokens are issued from https://accounts.zoho.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 SignatureseSignatureDocument ManagementDigital SignaturesSignature WorkflowsTemplatesCompliance
Scopes: 3 Flows: authorizationCode Method: derived

OAuth endpoints

Authorization URL
https://accounts.zoho.com/oauth/v2/auth
Token URL
https://accounts.zoho.com/oauth/v2/token
Flows
authorizationCode

Scopes (3)

ScopeDescriptionFlows
ZohoSign.account.ALL Account operations authorizationCode
ZohoSign.documents.ALL All document operations authorizationCode
ZohoSign.templates.ALL All template operations authorizationCode

Source

OAuth Scopes

zoho-sign-scopes.yml Raw ↑
generated: '2026-07-11'
method: derived
source: openapi/openapi.json
schemes:
- name: oauth2
  source: openapi/openapi.json
  flows:
  - flow: authorizationCode
    authorizationUrl: https://accounts.zoho.com/oauth/v2/auth
    tokenUrl: https://accounts.zoho.com/oauth/v2/token
scopes:
- scope: ZohoSign.account.ALL
  description: Account operations
  flows:
  - authorizationCode
  sources:
  - openapi/openapi.json
- scope: ZohoSign.documents.ALL
  description: All document operations
  flows:
  - authorizationCode
  sources:
  - openapi/openapi.json
- scope: ZohoSign.templates.ALL
  description: All template operations
  flows:
  - authorizationCode
  sources:
  - openapi/openapi.json