Skip to main content
GET
/
api
/
zoho
/
connect
Initiate Zoho OAuth flow
curl --request GET \
  --url https://api.g-tateth.com/api/zoho/connect \
  --header 'Authorization: <api-key>'
{
  "success": true,
  "authUrl": "https://accounts.zoho.com/oauth/v2/auth?...",
  "state": "<string>"
}

Authorizations

Authorization
string
header
required

API Key authentication. Format: Bearer sk_live_... or Bearer sk_test_...

Response

OAuth URL generated successfully

success
boolean
Example:

true

authUrl
string

Zoho OAuth authorization URL

Example:

"https://accounts.zoho.com/oauth/v2/auth?..."

state
string

OAuth state parameter for security