{ "opencollection": "1.0.0", "info": { "name": "Freshsales CRM Appointments Products API", "version": "2026-05-23" }, "request": { "auth": { "type": "apikey", "key": "Authorization", "value": "{{Authorization}}", "placement": "header" } }, "items": [ { "info": { "name": "Products", "type": "folder" }, "items": [ { "info": { "name": "createProduct", "type": "http" }, "http": { "method": "POST", "url": "https://{bundleAlias}.myfreshworks.com/crm/sales/api/cpq/products", "body": { "type": "json", "data": "{}" } } }, { "info": { "name": "getProduct", "type": "http" }, "http": { "method": "GET", "url": "https://{bundleAlias}.myfreshworks.com/crm/sales/api/cpq/products/:id", "params": [ { "name": "id", "value": "", "type": "path" } ] } }, { "info": { "name": "updateProduct", "type": "http" }, "http": { "method": "PUT", "url": "https://{bundleAlias}.myfreshworks.com/crm/sales/api/cpq/products/:id", "params": [ { "name": "id", "value": "", "type": "path" } ], "body": { "type": "json", "data": "{}" } } } ] } ], "bundled": true }