| Field | Value |
|---|---|
| Method | POST |
| Endpoint | https://{{host}}/api/public/channels |
| Content Type | application/json |
| Authorization | auth: {{JWT}} See How to generate the JWT Token. |
| API Scope | App Builder: Not Applicable; Admin Console: Channel Management |
Query Parameters
| Parameter | Description | Required |
|---|---|---|
host | The environment URL. For example, https://platform.kore.ai. | Required |
Sample Request
Web/Mobile channel:Body Parameters
| Parameter | Description | Required |
|---|---|---|
streamId | Stream or Bot ID. Access it from the General Settings page of the bot. | Required |
appName | The app associated with this bot. Obtain it from the Manage Apps page. | Required |
clientId | The client ID for the app. Obtain it from the Manage Apps page. | Required |
type | Channel to enable: rtm (Web/Mobile SDK), slack (Slack), ivr (WebHook), msteams (MS Teams). | Required |