Get the navigation history of the visitor
Scope:
operator
id
required
The id of the visitor
payload
The visitor nav history data
date
The timestamp of the visitor navigation
id
A unique identifier for the visitor navigation history
url
The page url of the visitor navigation/p>
status
The system response status. Will be ok or error
curl
example request
1
curl -H "Authorization: Bearer {{Oauth Token}}"
2
https://developer.livehelpnow.net/api/visitor/{{6f83df80-d39b-4a9f-a2b6-892d88ea4ab2-1-BDgXtjZ1}}/nav_history
example response
1
{
2
"payload": [{
3
"date"
: "2021-04-14T16:51:23",
4
"id"
: 1544292527,
5
"url"
: "http://localhost:4002/test/hoc/"
6
}],
7
"status": "ok"
8
}