Skip to main content
GET
Initiate Zoho OAuth flow

Authorizations

Authorization
string
header
required

API Key authentication. Format: Bearer sk_live_... (production) or Bearer sk_test_... (staging). Obtain keys from Settings → Developer Console.

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