{ "opencollection": "1.0.0", "info": { "name": "Freshworks Freshcaller Accounts Business Hours API", "version": "1.0" }, "request": { "auth": { "type": "apikey", "key": "X-Api-Auth", "value": "{{X-Api-Auth}}", "placement": "header" } }, "items": [ { "info": { "name": "Business Hours", "type": "folder" }, "items": [ { "info": { "name": "List all business hours", "type": "http" }, "http": { "method": "GET", "url": "https://{domain}.freshcaller.com/api/v1/business_hours" }, "docs": "Retrieves a list of all business hours configurations in the helpdesk." } ] } ], "bundled": true }