This is an API for display chat option based on queue depth and wait time. Gets details of the number of chats waiting in the queue for assignment, and the estimated wait time (in seconds)in the queue. Use this API to decide to show or hide the chat link on the website based on wait time and number of chats in the queue.
OK
Bad Request
Not Acceptable
Internal server error
{- "waitTime": 10,
- "queueDepth": 2
}