{ "opencollection": "1.0.0", "info": { "name": "Freshworks Freshcaller Accounts Groups API", "version": "1.0" }, "request": { "auth": { "type": "apikey", "key": "X-Api-Auth", "value": "{{X-Api-Auth}}", "placement": "header" } }, "items": [ { "info": { "name": "Groups", "type": "folder" }, "items": [ { "info": { "name": "List all groups", "type": "http" }, "http": { "method": "GET", "url": "https://{domain}.freshcaller.com/api/v1/groups" }, "docs": "Retrieves a list of all agent groups configured for conversation routing." }, { "info": { "name": "Create a group", "type": "http" }, "http": { "method": "POST", "url": "https://{domain}.freshcaller.com/api/v1/groups", "body": { "type": "json", "data": "{}" } }, "docs": "Creates a new agent group in the helpdesk." }, { "info": { "name": "View a group", "type": "http" }, "http": { "method": "GET", "url": "https://{domain}.freshcaller.com/api/v1/groups/:group_id", "params": [ { "name": "group_id", "value": "", "type": "path", "description": "The ID of the group." } ] }, "docs": "Retrieves the details of a specific agent group." }, { "info": { "name": "Update a group", "type": "http" }, "http": { "method": "PUT", "url": "https://{domain}.freshcaller.com/api/v1/groups/:group_id", "params": [ { "name": "group_id", "value": "", "type": "path", "description": "The ID of the group." } ], "body": { "type": "json", "data": "{}" } }, "docs": "Updates the properties of an existing agent group." }, { "info": { "name": "Delete a group", "type": "http" }, "http": { "method": "DELETE", "url": "https://{domain}.freshcaller.com/api/v1/groups/:group_id", "params": [ { "name": "group_id", "value": "", "type": "path", "description": "The ID of the group." } ] }, "docs": "Deletes an agent group from the helpdesk." } ] } ], "bundled": true }