cURL
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>" }
Get OAuth authorization URL to connect Zoho CRM account
API Key authentication. Format: Bearer sk_live_... or Bearer sk_test_...
OAuth URL generated successfully
true
Zoho OAuth authorization URL
"https://accounts.zoho.com/oauth/v2/auth?..."
OAuth state parameter for security