API calls for Zoho CRM
Zoho CRM connector API calls to Zoho CRM for retrieval of data.
References
Refresh token
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
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
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
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.