| Property | Value |
|---|---|
| Method | PUT |
| Endpoint | https://{{host}}/api/public/bot/{{BotID}}/sdkSubscription |
| Content Type | application/json |
| Authorization | auth: {{JWT}} — See How to generate the JWT Token. |
| API Scope | BotKit |
Query Parameters
| Parameter | Description |
|---|---|
host | Environment URL, for example, https://platform.kore.ai |
BotID | Bot ID or Stream ID. Accessible from the General Settings page. |
Body Parameters
| Parameter | Description |
|---|---|
connectorEnabled | Enable the connector (optional). |
PIIMaskingDisabledForAgentTransfer | Disable PII masking (optional). |
sdkClientId | Client ID to associate with the SDK BotKit. |
sdkHostUri | SDK host URL. |
subscribedFor | Array of events to subscribe to. "onAgentTransfer" is mandatory. |