Zoho Writer · OAuth Scopes

Zoho Writer OAuth Scopes

OAuth 2.0 derived

Zoho Writer publishes 6 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 Writer 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.

DocumentsWord ProcessorMail MergeDocument GenerationElectronic SignaturesZohoOffice SuiteAutomation
Scopes: 6 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 (6)

ScopeDescriptionFlows
WorkDrive.files.ALL Access to WorkDrive files authorizationCode
WorkDrive.organization.ALL Organization-level WorkDrive access authorizationCode
WorkDrive.workspace.ALL Workspace-level WorkDrive access authorizationCode
ZohoPC.files.ALL Access to Zoho personal cloud files authorizationCode
ZohoWriter.documentEditor.ALL Full access to document editor operations authorizationCode
ZohoWriter.merge.ALL Full access to merge operations authorizationCode

Source

OAuth Scopes

zoho-writer-scopes.yml Raw ↑
generated: '2026-07-11'
method: derived
source: openapi/zoho-writer-openapi.json
schemes:
- name: OAuth2
  source: openapi/zoho-writer-openapi.json
  flows:
  - flow: authorizationCode
    authorizationUrl: https://accounts.zoho.com/oauth/v2/auth
    tokenUrl: https://accounts.zoho.com/oauth/v2/token
  description: OAuth 2.0 authentication. Refer to https://www.zoho.com/writer/help/api/v1/oauth-2.html
    for setup.
scopes:
- scope: WorkDrive.files.ALL
  description: Access to WorkDrive files
  flows:
  - authorizationCode
  sources:
  - openapi/zoho-writer-openapi.json
- scope: WorkDrive.organization.ALL
  description: Organization-level WorkDrive access
  flows:
  - authorizationCode
  sources:
  - openapi/zoho-writer-openapi.json
- scope: WorkDrive.workspace.ALL
  description: Workspace-level WorkDrive access
  flows:
  - authorizationCode
  sources:
  - openapi/zoho-writer-openapi.json
- scope: ZohoPC.files.ALL
  description: Access to Zoho personal cloud files
  flows:
  - authorizationCode
  sources:
  - openapi/zoho-writer-openapi.json
- scope: ZohoWriter.documentEditor.ALL
  description: Full access to document editor operations
  flows:
  - authorizationCode
  sources:
  - openapi/zoho-writer-openapi.json
- scope: ZohoWriter.merge.ALL
  description: Full access to merge operations
  flows:
  - authorizationCode
  sources:
  - openapi/zoho-writer-openapi.json