Skip to main content

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

For more information, see Zoho CRM API docs .

Access token

The call uses the POST operation to retrieve an access token.

URI: https://accounts.zoho.{domain}/oauth/v2/token

For more information, see Zoho CRM API docs .

User

The call uses the GET operation to retrieve a list of users.

URI: https://www.zohoapis.{domain}/crm/v3/users?page={page number}

For more information, see Zoho CRM API docs .

Organization

The call uses the GET operation to retrieve an organization list.

URI: https://www.zohoapis.{domain}/crm/v4/org

For more information, see Zoho CRM API docs .