Contacts API
Contacts API helps you to get, create, update and delete contacts of the organization.
Method Name | URL | OAuth Scope | Method Type | Purpose |
https://voice.zoho.com/rest/json/zv/contacts | zohovoice.contacts.CREATE | POST | Use this API to create a contact record | |
https://voice.zoho.com/rest/json/zv/contacts/contact_status | zohovoice.contacts.READ | GET | Use this API to get all contact status | |
https://voice.zoho.com/rest/json/zv/contacts/<contact_id> | zohovoice.contacts.READ | GET | Use this API to get a contact record | |
https://voice.zoho.com/rest/json/zv/contacts | zohovoice.contacts.READ | GET | Use this API to get all contacts | |
https://voice.zoho.com/rest/json/zv/contacts/<contact_id> | zohovoice.contacts.UPDATE | PUT | Use this API to update a contact record | |
https://voice.zoho.com/rest/json/zv/contacts/<contact_id> | zohovoice.contacts.DELETE | DELETE | Use this API to delete a contact record |