{ "opencollection": "1.0.0", "info": { "name": "Freshworks Freshcaller Accounts Products API", "version": "1.0" }, "request": { "auth": { "type": "apikey", "key": "X-Api-Auth", "value": "{{X-Api-Auth}}", "placement": "header" } }, "items": [ { "info": { "name": "Products", "type": "folder" }, "items": [ { "info": { "name": "List all products", "type": "http" }, "http": { "method": "GET", "url": "https://{domain}.freshcaller.com/api/v1/products" }, "docs": "Retrieves a list of all products configured in the helpdesk." }, { "info": { "name": "View a product", "type": "http" }, "http": { "method": "GET", "url": "https://{domain}.freshcaller.com/api/v1/products/:product_id", "params": [ { "name": "product_id", "value": "", "type": "path", "description": "The ID of the product to retrieve." } ] }, "docs": "Retrieves the details of a specific product by its ID." } ] } ], "bundled": true }