Get All Lead Fields
Users can fetch lead fields to get profile information of the leads. Using this API, you can get the list of all lead fields.
Scope required
- ZohoMarketingAutomation.lead.UPDATE
Other alternative scopes
- ZohoMarketingAutomation.lead.ALL (CREATE + UPDATE + DELETE + READ)
Header:
Authorization: Zoho-oauthtoken <access_token>
Content-Type: application/x-www-form-urlencoded
Request Type
- GET
Request URL
https://marketingautomation.zoho.com/api/v1/lead/allfields
API Limit
- Duration: 5 mins
- Number of Calls: 100
- Lock Period: 30 mins
You can send 100 API calls per 5 minutes. If you hit this limit, you can't use this API for the next 30 minutes due to security reasons, but you can still use other APIs if their lock period hasn’t been reached.
List of parameters
Parameter | Data type | Description |
type | String | json |
Possible error case
Error code | Description |
903 | Mandatory fields are missing. |
If your error code is not listed above, click here.
Sample request
Copied
Sample Response
Copied
Show full
Show less