Per-customer aggregations + drill-down series
Returns the customer entity plus their purchase aggregates (count, total spent) and a gap-filled daily time-series of purchases in the requested window. Requires a Nevermined API key, organization admin privileges, and the Enterprise tier.
Authorizations
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Response
The customer record.
Count of purchase transactions in range.
4
Sum of purchase prices in range, serialised as a string (bigint).
"12000000"
Gap-filled daily series.
Start of the requested window (ISO-8601).
"2026-03-01T00:00:00.000Z"
End of the requested window (ISO-8601).
"2026-05-30T23:59:59.000Z"
Related topics
Org-wide customer aggregationsCustomersAnalyticsDowngrade an Enterprise org to Premium without resubscribingPer-customer purchase history