Get All Contact Fields
Users can fetch contact fields to get profile information of the contacts. Using this API, you can get the list of all contact fields.
Request Type:
- GET
Scope required
- ZohoCampaigns.contact.READ
Other alternative scopes
- ZohoCampaigns.contact.ALL (CREATE + UPDATE + DELETE + READ)
Header:
Authorization: Zoho-oauthtoken <access_token>
Content-Type: application/x-www-form-urlencoded
Request URL
https://campaigns.zoho.com/api/v1.1/contact/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 -- Version 1.1
Parameter | Data Type | Description |
type* | String | xml (or) json |
* - Mandatory Parameters
Possible Error Case
Error code | Description |
903 | Mandatory fields are missing. |
If your error code is not listed above, click here.
Sample XML Request
Copied
Sample Response
Copied
Show full
Show less
Sample JSON Request
Copied
Sample Response
Copied
Show full
Show less