askill
zoho-auth

zoho-authSafety 95Repository

Zoho OAuth2 tokens. Refresh flow. Multi-org routing.

0 stars
1.2k downloads
Updated 2/8/2026

Package Files

Loading files...
SKILL.md

Zoho Auth

Token Refresh

curl -X POST "https://accounts.zoho.com/oauth/v2/token" \
  -d "refresh_token=$REFRESH&client_id=$ID&client_secret=$SECRET&grant_type=refresh_token"

Multi-Org Headers

X-com-zoho-subscriptions-organizationid: {org_id}
Authorization: Zoho-oauthtoken {access_token}

Domains

RegionAuthAPI
USaccounts.zoho.comwww.zohoapis.com
EUaccounts.zoho.euwww.zohoapis.eu
INaccounts.zoho.inwww.zohoapis.in

Gotchas

  • Tokens expire 1hr, refresh tokens last 90 days inactive
  • Scope required per module: ZohoCRM.modules.ALL
  • Rate: 500 req/day/user (Free), 25k (Pro)

Install

Download ZIP
Requires askill CLI v1.0+

AI Quality Score

72/100Analyzed 2/18/2026

Reference-style skill covering Zoho OAuth2 token refresh, multi-org headers, and regional domains. Well-structured with code examples and table. Lacks a trigger/when-to-use section but has actionable curl command and useful gotchas. Located in proper skills folder with discoverability tags. Reusable reference for Zoho API authentication.

95
80
70
65
55

Metadata

Licenseunknown
Version-
Updated2/8/2026
Publisherludoplex

Tags

apisecurity