{ "opencollection": "1.0.0", "info": { "name": "Zoho Books Contacts API", "version": "v3" }, "request": { "auth": { "type": "apikey", "key": "Authorization", "value": "{{Authorization}}", "placement": "header" } }, "items": [ { "info": { "name": "Contacts", "type": "folder" }, "items": [ { "info": { "name": "List contacts", "type": "http" }, "http": { "method": "GET", "url": "https://www.zohoapis.com/books/v3/contacts" }, "docs": "List contacts" }, { "info": { "name": "Create a contact", "type": "http" }, "http": { "method": "POST", "url": "https://www.zohoapis.com/books/v3/contacts" }, "docs": "Create a contact" }, { "info": { "name": "Retrieve a contact", "type": "http" }, "http": { "method": "GET", "url": "https://www.zohoapis.com/books/v3/contacts/:contact_id", "params": [ { "name": "contact_id", "value": "", "type": "path" } ] }, "docs": "Retrieve a contact" }, { "info": { "name": "Update a contact", "type": "http" }, "http": { "method": "PUT", "url": "https://www.zohoapis.com/books/v3/contacts/:contact_id", "params": [ { "name": "contact_id", "value": "", "type": "path" } ] }, "docs": "Update a contact" }, { "info": { "name": "Delete a contact", "type": "http" }, "http": { "method": "DELETE", "url": "https://www.zohoapis.com/books/v3/contacts/:contact_id", "params": [ { "name": "contact_id", "value": "", "type": "path" } ] }, "docs": "Delete a contact" }, { "info": { "name": "Mark contact active", "type": "http" }, "http": { "method": "POST", "url": "https://www.zohoapis.com/books/v3/contacts/:contact_id/active", "params": [ { "name": "contact_id", "value": "", "type": "path" } ] }, "docs": "Mark contact active" }, { "info": { "name": "Mark contact inactive", "type": "http" }, "http": { "method": "POST", "url": "https://www.zohoapis.com/books/v3/contacts/:contact_id/inactive", "params": [ { "name": "contact_id", "value": "", "type": "path" } ] }, "docs": "Mark contact inactive" } ] } ], "bundled": true }