{ "opencollection": "1.0.0", "info": { "name": "Freshsales CRM Appointments Deals API", "version": "2026-05-23" }, "request": { "auth": { "type": "apikey", "key": "Authorization", "value": "{{Authorization}}", "placement": "header" } }, "items": [ { "info": { "name": "Deals", "type": "folder" }, "items": [ { "info": { "name": "createDeal", "type": "http" }, "http": { "method": "POST", "url": "https://{bundleAlias}.myfreshworks.com/crm/sales/api/deals", "body": { "type": "json", "data": "{}" } } }, { "info": { "name": "getDeal", "type": "http" }, "http": { "method": "GET", "url": "https://{bundleAlias}.myfreshworks.com/crm/sales/api/deals/:id", "params": [ { "name": "id", "value": "", "type": "path" } ] } }, { "info": { "name": "updateDeal", "type": "http" }, "http": { "method": "PUT", "url": "https://{bundleAlias}.myfreshworks.com/crm/sales/api/deals/:id", "params": [ { "name": "id", "value": "", "type": "path" } ], "body": { "type": "json", "data": "{}" } } }, { "info": { "name": "deleteDeal", "type": "http" }, "http": { "method": "DELETE", "url": "https://{bundleAlias}.myfreshworks.com/crm/sales/api/deals/:id", "params": [ { "name": "id", "value": "", "type": "path" } ] } }, { "info": { "name": "listDealsByView", "type": "http" }, "http": { "method": "GET", "url": "https://{bundleAlias}.myfreshworks.com/crm/sales/api/deals/view/:view_id", "params": [ { "name": "view_id", "value": "", "type": "path" } ] } } ] } ], "bundled": true }