Get conversation queue information
All API requests should contain authorization headers.
Request
GET chat/conversations/{id}/queueInfo
Response
{
"data": {
"position": 1403,
"waitTime": 15
},
"errorCode": -1,
"errorText": null
}
The Data
field contains an Conversation queue position type.
Last updated
Was this helpful?