List Sessions
Returns a paginated list of sessions with address, cart progression, order, and commission data. Scoped to all tokens belonging to the authenticated client.
Filtering
start_date/end_date: ISO 8601 date strings to bound the query windowtoken_ids[]: Restrict to specific API tokens (must belong to your account)with_clicks: Whentrue, only returns sessions with click activity
Pagination
Results are paginated at 50 sessions per page. Use the page parameter and
the meta.pages field to navigate.
Authorizations
Bearer token authentication using API tokens.
Include the token in the Authorization header as: Authorization: Bearer <token>
Obtain tokens through your Hum API account dashboard or contact support@letshum.com for access.
Query Parameters
Page number (default 1, 50 results per page)
x >= 11
Filter sessions created on or after this date (ISO 8601)
"2026-01-01T00:00:00Z"
Filter sessions created on or before this date (ISO 8601)
"2026-03-31T23:59:59Z"
Filter to sessions from specific API tokens. All provided token IDs must belong to the authenticated client or a 403 is returned.
When true, only return sessions that have click activity
Response
Paginated list of analytics sessions
A message returned by the API. Includes a human-readable message about the status of the request.
"What happened in the most recent request."
A status code summarizing the outcome of this response.
- ok: Request was successful
- warning: Request was processed but with some issues
- error: Request failed
ok, warning, error "ok"
Pagination metadata for list responses.
