Get takeover state
GET chat/conversations/{id}/takeover{
"data": {
"isAssignedToBot": true
},
"errorCode": -1,
"errorText": null
}Last updated
Was this helpful?
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?
Was this helpful?