From Bright Pattern Documentation
Get Active Chat
Description | Returns properties of an active chat session. |
URL | http[s]://<host>:<port>/clientweb/api/v1/chats/active?tenantUrl=<tenantUrl> |
Method | GET |
Returns | 200 – Chat session properties (content type: application/json). Example:
{ "chat_id":”<chat ID>”, “state”:”<queued|connected|ivr>”, } |
Errors | 401 – Unauthorized
404 – Not found |