Zoho Sheet · Example Payload

Oauth Token

Example request and response for exchanging an authorization code for an access token using Zoho OAuth 2.0

SpreadsheetsProductivityCollaborationDataOfficeZoho

Oauth Token is an example object payload from Zoho Sheet, with 4 top-level fields. It illustrates the shape of data this provider's APIs accept or return.

Top-level fields

titledescriptionrequestresponse

Example Payload

Raw ↑
{
  "title": "OAuth 2.0 Token Exchange",
  "description": "Example request and response for exchanging an authorization code for an access token using Zoho OAuth 2.0",
  "request": {
    "method": "POST",
    "url": "https://accounts.zoho.com/oauth/v2/token",
    "headers": {
      "Content-Type": "application/x-www-form-urlencoded"
    },
    "body": {
      "code": "1000.dd7f8f2ea887b6af3a7b082a2ff2ba7d.a7d51a4a3f81c6d6776b3f6baee84da4",
      "client_id": "1000.ABC123",
      "client_secret": "abc123secretvalue",
      "redirect_uri": "https://yourapp.example.com/callback",
      "grant_type": "authorization_code"
    }
  },
  "response": {
    "access_token": "1000.8cb99dxxxxx0.8d9dd33f",
    "refresh_token": "1000.xxxxxxxxxxxxxxxxxxxxx.xxxxxxxxxxxxxxxxxx",
    "api_domain": "https://www.zohoapis.com",
    "token_type": "Bearer",
    "expires_in": 3600
  }
}

Work with this as data

Every example here is available over the APIs.io API and to AI agents over MCP.

MCP server

One button, every client — Claude, Cursor, VS Code and the rest.

https://apis.io/mcp

Tools for examples

4 MCP tools reach this
  • find_examplesBrowse and filter every example in the catalog.
  • apis_io_searchSTART HERE — APIs, providers and tags for one query, each with its total.
  • resolveTurn a domain, URL or GitHub org into the provider it belongs to.
  • find_cohortsEvery scored population of providers in the catalog.
All 92 tools

Call it yourself

curl for this page
This example
curl "https://apis.io/api/v1/examples/oauth-token"
All examples
curl "https://apis.io/api/v1/examples?limit=25"

Discovery needs no key. Ratings and market analysis are Pro.

Get an API key

Free tier, no email required.

A second provider on the same verified email joins the account you already have.