Org-wide customer aggregations
Returns org-level summary cards for the Customers tab: total customer count, purchase count and total spend in the requested date range, and a gap-filled daily time-series of purchases over that range. Requires a Nevermined API key and Enterprise tier.
Authorizations
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Path Parameters
Organization ID
Response
Total customers ever seen for this org.
128
Count of purchase transactions in range.
47
Sum of purchase prices in range, serialised as a string (bigint).
"125000000"
Gap-filled daily series.
Start of the requested window (ISO-8601).
"2026-05-01T00:00:00.000Z"
End of the requested window (ISO-8601).
"2026-05-31T23:59:59.000Z"
Related topics
Per-customer aggregations + drill-down seriesCustomersGet an organization customerUnblock an organization customerBlock an organization customer