{ "opencollection": "1.0.0", "info": { "name": "Freshworks Freshcaller Accounts Channels API", "version": "1.0" }, "request": { "auth": { "type": "apikey", "key": "X-Api-Auth", "value": "{{X-Api-Auth}}", "placement": "header" } }, "items": [ { "info": { "name": "Channels", "type": "folder" }, "items": [ { "info": { "name": "List all channels", "type": "http" }, "http": { "method": "GET", "url": "https://{domain}.freshcaller.com/api/v1/channels" }, "docs": "Retrieves a list of all messaging channels configured in the Freshchat account." }, { "info": { "name": "View a channel", "type": "http" }, "http": { "method": "GET", "url": "https://{domain}.freshcaller.com/api/v1/channels/:channel_id", "params": [ { "name": "channel_id", "value": "", "type": "path", "description": "The ID of the channel." } ] }, "docs": "Retrieves the details of a specific messaging channel." } ] } ], "bundled": true }