Z

Zoho CRM REST API v8

REST discovered

Details
URL
https://www.zohoapis.com/crm/v8/
Docs
https://www.zoho.com/crm/developer/docs/api/v8/
Authentication
Zoho OAuth client for CRM APIs oauth2 discovered Set up OAuth ↗
Authorization: Bearer <credential>

Create a Zoho OAuth client in the Zoho API Console. Register your application, set the redirect URI, then use Zoho CRM's OAuth flow described in the authorization request docs to obtain an access token. Send the resulting access token as Authorization: Bearer <access_token>; refresh it via the access and refresh token docs.