Zoho Sheet · Authentication Profile

Zoho Sheet Authentication

Authentication

Zoho Sheet secures its APIs with oauth2 across 1 declared security scheme, as derived from its OpenAPI definitions. OAuth 2.0 is offered via the authorizationCode, clientCredentials, and implicit flow(s).

SpreadsheetsProductivityCollaborationDataOfficeZoho
Methods: oauth2 Schemes: 1 OAuth flows: authorizationCode, clientCredentials, implicit API key in:

Security Schemes

oauthToken oauth2
· flows: authorizationCode, implicit, clientCredentials

Source

Authentication Profile

Raw ↑
generated: '2026-07-11'
method: derived
source: openapi/openapi.yml
summary:
  types:
  - oauth2
  oauth2_flows:
  - authorizationCode
  - clientCredentials
  - implicit
schemes:
- name: oauthToken
  type: oauth2
  flows:
  - flow: authorizationCode
    authorizationUrl: https://accounts.zoho.com/oauth/v2/auth
    tokenUrl: https://accounts.zoho.com/oauth/v2/token
    scopes: 2
  - flow: implicit
    authorizationUrl: https://accounts.zoho.com/oauth/v2/auth
    scopes: 2
  - flow: clientCredentials
    tokenUrl: https://accounts.zoho.com/oauth/v3/device/token
    scopes: 2
  description: Zoho OAuth 2.0 authentication
  sources:
  - openapi/openapi.yml