Conversation APIs
/- Conversation Manager
- V3
Get account
Use this API to get details of a registered Conversation Manager account.
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/accounts/7b6c5fff-036e-4a40-b68a-a67c592fc079 \
-H 'Authorization: Bearer <YOUR_TOKEN_HERE>'OK
Response
{ "id": "ae103957-9c82-4fa8-a34e-925be85e06ec", "created": "2021-03-21T14:29:01.516Z", "modified": "2021-03-28T14:29:01.516Z", "name": "order_account", "address": "123456789", "channel": { "id": "45a095f4-d0ee-4220-a689-22b541c58f67" }, "chatConfigurations": { "timeout": 30, "defaultLanguage": "en-US", "onAgentUnavailability": "off_hours", "orchestration": { … }, "entryPoint": { … } } }