Set the typing status for the operator or visitor in the specified chat session
Scope:
client
or
operator
id
required
The id of the chat where typing status is to be set
status
required
The boolean representation of the typing status
payload
The chat typing status data
status
The boolean representation of the typing status
status
The system response status. Will be ok or error
curl
example request
1
curl -X POST -d '{"status":true}'
2
-H "Content-Type: application/json"
3
-H "Authorization: Bearer {{Oauth Token}}"
4
https://developer.livehelpnow.net/api/chat/{{102317790}}/set_typing_status
example response
1
{
2
"payload": {
3
"status"
: true
4
},
5
"status": "ok"
6
}