1-877-548-3001 Sign in About Contact
Developer

GET

/api/visitor/{id}/nav_history

Get the navigation history of the visitor

Scope:

operator

Request Parameters

Path

2

id

required

The id of the visitor

Response

Schema

{}

payload

The visitor nav history data

[]

{}

A

date

The timestamp of the visitor navigation

2

id

A unique identifier for the visitor navigation history

A

url

The page url of the visitor navigation/p>

A

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 }