Z
Zoho CRM GraphQL API
Details
- Endpoint
-
https://www.zohoapis.com/crm/graphql - Spec
- introspection
- Docs
- https://www.zoho.com/crm/developer/docs/api/graphql/graphql-overview.html
Authentication
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.