{ "opencollection": "1.0.0", "info": { "name": "Freshworks Freshcaller Accounts Sub-Departments API", "version": "1.0" }, "request": { "auth": { "type": "apikey", "key": "X-Api-Auth", "value": "{{X-Api-Auth}}", "placement": "header" } }, "items": [ { "info": { "name": "Sub-Departments", "type": "folder" }, "items": [ { "info": { "name": "List all sub-departments", "type": "http" }, "http": { "method": "GET", "url": "https://{domain}.freshcaller.com/api/v1/sub_departments" }, "docs": "Retrieves a list of all sub-departments within the organization." } ] } ], "bundled": true }