Use this API to get details of the Client application in the Conversation Manager.
Client application must have 'app.conversation.conversationmgr.manage' or 'app.conversation.conversationmgr.read' scope assigned.
OK
Bad Request
Unauthorized
Forbidden
Internal server error
{- "id": "9e1d7993-cc82-4d5f-a193-0d6b0d48a959",
- "name": "custom_bot_client_application_1",
- "description": "Client app for Eva bot",
- "active": true,
- "roles": [
- {
- "name": "custom_bot",
- "version": "v3",
- "notificationEmail": "client_app_admin@example.com",
- "headers": [
- {
- "name": "X-custom-header",
- "value": "xyz"
}
], - "authentication": {
- "id": "34fbb53f-ed7f-48d4-b545-e26cc95e075d"
}
}
]
}