Zoho Sheet · OAuth Scopes

Zoho Sheet OAuth Scopes

OAuth 2.0 derived

Zoho Sheet publishes 2 OAuth 2.0 scopes via the authorizationCode, implicit, and clientCredentials flows. Scopes are the fine-grained permissions an application requests at authorization time to act against the Zoho Sheet 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.

SpreadsheetsProductivityCollaborationDataOfficeZoho
Scopes: 2 Flows: authorizationCode, implicit, clientCredentials Method: derived

OAuth endpoints

Authorization URL
https://accounts.zoho.com/oauth/v2/auth
Token URL
https://accounts.zoho.com/oauth/v2/token https://accounts.zoho.com/oauth/v3/device/token
Flows
authorizationCodeimplicitclientCredentials

Scopes (2)

ScopeDescriptionFlows
ZohoSheet.dataAPI.READ Read spreadsheet data authorizationCode, clientCredentials, implicit
ZohoSheet.dataAPI.UPDATE Write and update spreadsheet data authorizationCode, clientCredentials, implicit

Source

OAuth Scopes

zoho-sheet-scopes.yml Raw ↑
generated: '2026-07-11'
method: derived
source: openapi/openapi.yml
schemes:
- name: oauthToken
  source: openapi/openapi.yml
  flows:
  - flow: authorizationCode
    authorizationUrl: https://accounts.zoho.com/oauth/v2/auth
    tokenUrl: https://accounts.zoho.com/oauth/v2/token
  - flow: implicit
    authorizationUrl: https://accounts.zoho.com/oauth/v2/auth
  - flow: clientCredentials
    tokenUrl: https://accounts.zoho.com/oauth/v3/device/token
  description: Zoho OAuth 2.0 authentication
scopes:
- scope: ZohoSheet.dataAPI.READ
  description: Read spreadsheet data
  flows:
  - authorizationCode
  - clientCredentials
  - implicit
  sources:
  - openapi/openapi.yml
- scope: ZohoSheet.dataAPI.UPDATE
  description: Write and update spreadsheet data
  flows:
  - authorizationCode
  - clientCredentials
  - implicit
  sources:
  - openapi/openapi.yml