Get takeover state
All API requests should contain authorization headers.
Request
GET chat/conversations/{id}/takeoverResponse
{
"data": {
"isAssignedToBot": true
},
"errorCode": -1,
"errorText": null
}The Data field contains an Conversation takeover type.
Last updated
Was this helpful?