Have an operator accept a chat
Scope:
operator
id
required
The id of the chat to be accepted
message
The response message
status
The system response status. Will be ok or error
curl
example request
1
curl -X POST -H "Content-Type: application/json"
2
-H "Authorization: Bearer {{Oauth Token}}"
3
https://developer.livehelpnow.net/api/chat/{{102317790}}/accept
example response
1
{
2
"message"
: "Chat Accepted",
3
"status"
: "ok"
4
}