GET /api/v1/visitors/:id/journey — the complete chronological journey for one visitor.
Scope: secret key (lk_).
Path parameters
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
id, email, first_seen, last_seen.The visitor’s events in chronological order (oldest first) — clicks, identify events and orders —
the same data the dashboard timeline renders.

