Zoho Creator · OAuth Scopes

Zoho Creator OAuth Scopes

OAuth 2.0 derived

Zoho Creator publishes 10 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 Creator 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.

Low-CodeApplication DevelopmentNo-CodeFormsRecordsWorkflowsDatabaseCRUDBusiness Applications
Scopes: 10 Flows: authorizationCode Method: derived

OAuth endpoints

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

Scopes (10)

ScopeDescriptionFlows
ZohoCreator.bulk.CREATE Create a bulk read or bulk insert job. authorizationCode
ZohoCreator.bulk.READ Check the status or download the result of a bulk read or bulk insert job. authorizationCode
ZohoCreator.dashboard.READ Get applications. authorizationCode
ZohoCreator.form.CREATE Add records to a form. authorizationCode
ZohoCreator.meta.application.READ Get forms, reports in an application. authorizationCode
ZohoCreator.meta.form.READ Get list of fields in a form. authorizationCode
ZohoCreator.report.CREATE Upload file to a record in a report. authorizationCode
ZohoCreator.report.DELETE Delete records in a report. authorizationCode
ZohoCreator.report.READ Get records and download file in a report. authorizationCode
ZohoCreator.report.UPDATE Update records in a report. authorizationCode

Source

OAuth Scopes

zoho-creator-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?access_type=offline
    tokenUrl: https://accounts.zoho.com/oauth/v2/token
scopes:
- scope: ZohoCreator.bulk.CREATE
  description: Create a bulk read or bulk insert job.
  flows:
  - authorizationCode
  sources:
  - openapi/openapi.json
- scope: ZohoCreator.bulk.READ
  description: Check the status or download the result of a bulk read or bulk insert job.
  flows:
  - authorizationCode
  sources:
  - openapi/openapi.json
- scope: ZohoCreator.dashboard.READ
  description: Get applications.
  flows:
  - authorizationCode
  sources:
  - openapi/openapi.json
- scope: ZohoCreator.form.CREATE
  description: Add records to a form.
  flows:
  - authorizationCode
  sources:
  - openapi/openapi.json
- scope: ZohoCreator.meta.application.READ
  description: Get forms, reports in an application.
  flows:
  - authorizationCode
  sources:
  - openapi/openapi.json
- scope: ZohoCreator.meta.form.READ
  description: Get list of fields in a form.
  flows:
  - authorizationCode
  sources:
  - openapi/openapi.json
- scope: ZohoCreator.report.CREATE
  description: Upload file to a record in a report.
  flows:
  - authorizationCode
  sources:
  - openapi/openapi.json
- scope: ZohoCreator.report.DELETE
  description: Delete records in a report.
  flows:
  - authorizationCode
  sources:
  - openapi/openapi.json
- scope: ZohoCreator.report.READ
  description: Get records and download file in a report.
  flows:
  - authorizationCode
  sources:
  - openapi/openapi.json
- scope: ZohoCreator.report.UPDATE
  description: Update records in a report.
  flows:
  - authorizationCode
  sources:
  - openapi/openapi.json