Need help with your APIs? I offer API discovery, governance & evangelism services. Explore services →
API Evangelist API Evangelist
Discovery
Learnings
Guidance
Toolbox
Alignment
API Evangelist LLC

Zoho Sheet Workbook API

Operations on Zoho Sheet workbooks (spreadsheet files)

Zoho Sheet Workbook API is published by Zoho Sheet on the APIs.io network, described by a machine-readable OpenAPI specification.

Tagged areas include Workbook. The published artifact set on APIs.io includes an OpenAPI specification, API documentation, and authentication docs.

This API exposes 1 operation across 1 path, and defines 10 schemas. It is described by OpenAPI 3.0.3, at version v2.

Requests are made against 4 base URLs: https://sheet.zoho.com/api/v2, https://sheet.zoho.eu/api/v2, https://sheet.zoho.com.au/api/v2, https://sheet.zoho.in/api/v2.

1 operations 1 paths 10 schemas 1 POST

Metadata

The identity and technical contract details declared by the specification.

Specification
OpenAPI 3.0.3
API Version
v2
Base URL
https://sheet.zoho.com/api/v2
Authentication
OAuth 2.0
Terms of Service
Resource Areas
1

Authentication & Security 1

Zoho Sheet Workbook API declares 1 security scheme for authenticating requests. It supports OAuth 2.0 (oauthToken) using the authorizationCode, implicit and clientCredentials flows, exposing 2 scopes. By default, every request must be authenticated.

  • oauthToken — Zoho OAuth 2.0 authentication

Paths & Operations 1

Across 1 path, the API surfaces 1 operation — 1 POST. Each is listed below with its method, path, parameters, and response codes.

Workbook 1

Operations on Zoho Sheet workbooks (spreadsheet files)

POST
/{resource_id}
Zoho Sheet Data API dispatcher
dispatchSheetOperation 1 param body → 200400401403404429

Schemas 10

The contract defines 10 schemas that model the data the API accepts and returns. The most detailed are ApiResponse (7 properties), ReadSpreadsheetRequest (7 properties), ReadTabularDataRequest (7 properties), WriteSpreadsheetRequest (4 properties). Each schema is shown below with its type and property counts.

WriteTabularDataRequest
object
Request parameters for writing tabular data
4 properties 3 required
DeleteWorksheetRequest
object
Request parameters for deleting a worksheet
2 properties 2 required
ReadSpreadsheetRequest
object
Request parameters for reading spreadsheet cell data
7 properties 2 required
ErrorResponse
object
Error response from Zoho Sheet Data API
3 properties
GetSpreadsheetContentRequest
object
Request parameters for getting spreadsheet content/metadata
2 properties 1 required
AddWorksheetRequest
object
Request parameters for adding a new worksheet
3 properties 2 required
WriteSpreadsheetRequest
object
Request parameters for writing cell data to a spreadsheet
4 properties 3 required
ReadTabularDataRequest
object
Request parameters for reading tabular (structured) data
7 properties 2 required
RenameWorksheetRequest
object
Request parameters for renaming a worksheet
3 properties 3 required
ApiResponse
object
Standard successful response from Zoho Sheet Data API
7 properties

Specification

The full machine-readable OpenAPI contract behind this narrative.

Source

zoho-sheet-workbook-api-openapi.yml Raw ↑