{ "opencollection": "1.0.0", "info": { "name": "Zoho Invoice 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/invoice/v3/contacts" }, "docs": "List contacts" }, { "info": { "name": "Create a contact", "type": "http" }, "http": { "method": "POST", "url": "https://www.zohoapis.com/invoice/v3/contacts" }, "docs": "Create a contact" }, { "info": { "name": "Retrieve a contact", "type": "http" }, "http": { "method": "GET", "url": "https://www.zohoapis.com/invoice/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/invoice/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/invoice/v3/contacts/:contact_id", "params": [ { "name": "contact_id", "value": "", "type": "path" } ] }, "docs": "Delete a contact" }, { "info": { "name": "Enable portal access for a contact", "type": "http" }, "http": { "method": "POST", "url": "https://www.zohoapis.com/invoice/v3/contacts/:contact_id/portal", "params": [ { "name": "contact_id", "value": "", "type": "path" } ] }, "docs": "Enable portal access for a contact" } ] } ], "bundled": true }