Get Multiple Contacts
- URIs for Personal Contacts: /api/v1/accounts/self/contacts
(or)
/api/v1/accounts/{emailId}/contacts - URI for Org Contacts: /api/v1/accounts/org/contacts
- Parameters Allowed:
filter_categories=categoryId
Note: You must get the categoryId by using the get all categories method.
- include=(specific details by separated commas)
Ex: include=emails,phones,ims - page=integer
- per_page=integer
- q=text (to search contacts)
Sync
Use page and per_page parameters to fetch any number of contacts.
If you'd like to have them fetched after a specified time, use filter_updated_time parameter.
If you'd like to see the deleted contacts as well, use include=show_deleted parameter. For sync, you must use filter_updated_time and include=show_deleted parameters in your query.
Example: https://contacts.zoho.com/api/v1/sync/self/contacts?page=1&per_page=100&filter_updated_time=1513936792108&include=show_deleted
Sample Request
Copied
Sample Response
Copied
Show full
Show less