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