| Field | Value |
|---|---|
| Method | GET |
| Endpoint | https://{{host}}/api/1.1/public/bot/{{streamId}}/universalbot/link?language=en |
| Content Type | application/json |
| Authorization | auth: {{JWT}} See How to generate the JWT Token. |
| API Scope | App Builder: Get linked App details; Admin Console: Getlinkedbotdetails |
Path Parameters
| Parameter | Description | Type |
|---|---|---|
host | Environment URL, for example, https://platform.kore.ai. | string, required |
streamId | App ID or Stream ID. Access it from the App Settings page. | string, required |
Sample Request
Request Headers
| Header | Description | Required |
|---|---|---|
bot-language | Preferred language of the bot or client application. | required |
Accept | Response content types the client can process. | required |
state | Current application or workflow state. | required |
Content-Type | Type of the request body. | required |
app-language | Application UI language preference. | required |
client-app | Source application making the request. | required |
auth | Authentication token. | required |
X-TimeZone | Client’s time zone identifier. | optional |
Sample Response
Response Parameters
| Parameter | Description | Type |
|---|---|---|
type | Overall application category. | string |
appType | Application type, for example unified. | string |
isUXOUB | Whether the UXO universal/parent app is enabled at the root level. | boolean |
isDialogGPTEnabled | Whether DialogGPT functionality is enabled. | boolean |
configuredLinkedApps | List of applications in a configured (draft) state. | array |
configuredLinkedApps._id | Unique identifier of the linked application. | string |
configuredLinkedApps.name | Display name of the application. | string |
configuredLinkedApps.defaultLanguage | Default language code, for example en. | string |
configuredLinkedApps.status | Status code: 1 = active. | integer |
configuredLinkedApps.configuredVersion | Latest configured version timestamp. | number |
configuredLinkedApps.publishedVersion | Latest published version timestamp. | string |
publishedLinkedApps | List of applications in a published state. Same fields as configuredLinkedApps. | array |
uxoUBConfigured | UXO Universal app configuration for the configured state. | object |
uxoUBConfigured.linkedApps | List of linked application IDs. | array[string] |
uxoUBConfigured.isUXOUB | Whether the UXO universal app is enabled for this state. | boolean |
uxoUBPublished | UXO Universal app configuration for the published state. | object |