{ "opencollection": "1.0.0", "info": { "name": "Helpcenter Channel API", "version": "1.0.0" }, "items": [ { "info": { "name": "Channel", "type": "folder" }, "items": [ { "info": { "name": "Get Channel logo", "type": "http" }, "http": { "method": "GET", "url": "{{baseUrl}}/api/v1/channels/:channelCode/photo", "params": [ { "name": "height", "value": "", "type": "query" }, { "name": "channelCode", "value": "", "type": "path" } ] }, "docs": "This API gets the logo for the given channel." }, { "info": { "name": "Get a Channel", "type": "http" }, "http": { "method": "GET", "url": "{{baseUrl}}/api/v1/channels/:channelCode", "params": [ { "name": "channelCode", "value": "", "type": "path" } ] }, "docs": "This API gets fetches details of a given channel." }, { "info": { "name": "List configured channels", "type": "http" }, "http": { "method": "GET", "url": "{{baseUrl}}/api/v1/channels" }, "docs": "This API fetches currently installed channels including System, Channel integration and Instant Messaging channels" } ] } ], "bundled": true }