Conversation APIs
/- Conversation Manager
- V3
/
Get Client Application
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.
Security
oAuthClient(Required scopes:
https://api.egain.cloud/auth/.de...
)GET
curl -i -X GET \
https://api.egain.cloud/conversation/conversationmgr/v3/clientapplications/7b6c5fff-036e-4a40-b68a-a67c592fc079 \
-H 'Authorization: Bearer <YOUR_TOKEN_HERE>'OK
Response
{ "id": "9e1d7993-cc82-4d5f-a193-0d6b0d48a959", "name": "custom_bot_client_application_1", "description": "Client app for Eva bot", "active": true, "roles": [ { … } ] }