Customer Journey

A single customer's chronological activity events.

Recent Requests
Log in to see full request history
TimeStatusUser Agent
Retrieving recent requests…
LoadingLoading…

Returns one customer's activity events, most recent first, page-paginated.

  • user_id is required and the customer must belong to the site; a customer from another site returns 404.
  • Paginate with page and limit (events per page); pagination details are in the response meta (current_page, per_page, total, last_page).
  • Each event includes its time, name, code, page path, referrer domain, country, platform, and UTM source/campaign.

Unlike the other endpoints, this is a per-event list rather than an aggregation.

Query Params
integer
required

The site ID to scope this request to.

integer
required
≥ 1

The customer whose journey to return. Must belong to the site.

integer
≥ 1

Page number (default 1).

integer
1 to 100

Events per page (1–100, default 10).

date

Start of the window in YYYY-MM-DD. Use with to. When omitted, a trailing default window is used. The from–to span is capped at the site’s activity retention window (90 days by default).

date

End of the window in YYYY-MM-DD. Must be on or after from and no later than today.

integer
1 to 90

Alternative to from/to: size of the trailing window in days (1–90). Bounded by the site’s activity retention window.

Responses

Language
Credentials
LoadingLoading…
Response
Click Try It! to start a request and see the response here! Or choose an example:
application/json