Skip to main content
GET /api/v1/visitors/:id/journey — the complete chronological journey for one visitor. Scope: secret key (lk_).

Path parameters

id
string (uuid)
required
The visitor id — the visitor_id returned by the clicks endpoint. Returns 404 if the visitor isn’t in your workspace, 400 if it isn’t a UUID.

Response

visitor
object
id, email, first_seen, last_seen.
journey
array
The visitor’s events in chronological order (oldest first) — clicks, identify events and orders — the same data the dashboard timeline renders.