Please note that this API relates to LivePersons legacy chat product which receives limited support and will be deprecated in the future.
It is recommended to build future integrations on top of LivePersons Connector API and Messaging Window API instead.
Returns the visitor's typing status.
Request
| Method | URL |
|---|---|
| GET | https://{domain}/api/account/{accountId}/chat/{chatId}/info/visitorTyping?v=1&NC=true |
Formats
- XML
- JSON
Request Headers
| Header | Description |
|---|---|
| Authorization | LivePerson appKey=721c180b09eb463d9f3191c41762bb68 |
| Content-Type | application/json |
| Accept | application/json |
Response
Response Codes
| Code | Description |
|---|---|
| 200 | OK |
JSON Example:
{
"visitorTyping": "not-typing"
}
Elements in the Response
| Name | Description | Type | Notes |
|---|---|---|---|
| visitorTyping | Visitor's typing status | string | Valid values: "typing", "not-typing" |