API
Examples
1. Fetch Records from the "Leads" Module Programming Language JAVA Prerequisite JDK 1.6 commons-httpclient-3.1.jar Code Snippet import org.apache.commons.httpclient.*; import org.apache.commons.httpclient.methods.*; public class GetRecords { ...
Error Messages
Error Messages Error Code Description 4000 Please use Authtoken, instead of API ticket and APIkey. 4500 Internal server error while processing this request 4501 API Key is inactive 4502 This module is not supported in your edition 4401 Mandatory ...
Modules and Fields
CRM Platform Modules & Fields You can use API to integrate with the following standard modules: Standard Module API Format Leads Leads Accounts Accounts Contacts Contacts Potentials Potentials Campaigns Campaigns Cases Cases Solutions ...
API Limits
API Limits The Zoho CRM Platform API is available in all editions of Zoho CRM. To use the API, you'll require the Authentication Token from your CRM account. Please make sure that you have the permission to access the API service. If you do not have ...
API Methods
API Methods Method Name Purpose getMyRecords To retrieve data by the owner of the Authentication Token specified in the API request getRecords To retrieve all users data specified in the API request getRecordById To retrieve individual records by ...
Using Authentication Token
To use the API, you'll require the Authentication Token from your CRM account. The authentication token should be passed in the request header for every API request. Please make sure that you have the permission to access the API service. If you do ...