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