API calls for Zoho CRM
The Zoho CRM connector makes API calls to Zoho CRM to retrieve data.
Refresh token
The call uses the POST operation to retrieve a refresh token.
URI:https://accounts.zoho.{domain}/oauth/v2/token
See Zoho CRM API docs for more information.
Access token
The call uses the POST operation to retrieve an access token.
URI:https://accounts.zoho.{domain}/oauth/v2/token
See Zoho CRM API docs for more information.
User
The call uses the GET operation to retrieve a list of users.
URI:https://www.zohoapis.{domain}/crm/v3/users?page={page number}
See Zoho CRM API docs for more information.
Organization
The call uses the GET operation to retrieve an organization list.
URI:https://www.zohoapis.{domain}/crm/v4/org
See Zoho CRM API docs for more information.