Membership KPIs
Return aggregate membership KPIs for the authenticated group(s) in a single request — no pagination. Yields membership count, unique members, new members, and totals per currency.
[from, to). Use start_from/start_to for the membership start date (and end_from/end_to, created_from/created_to).
new_members counts contacts whose first-ever membership (by start date) falls in the window.Authorizations
OAuth2 access token. Pass the token in the Authorization header as Bearer <token>. The token is looked up in Redis to resolve the caller identity.
Query Parameters
Only memberships starting on or after this date (inclusive).
Only memberships starting strictly before this date (exclusive).
Only memberships ending on or after this date (inclusive).
Only memberships ending strictly before this date (exclusive).
Only memberships created on or after this date (inclusive).
Only memberships created strictly before this date (exclusive).
Minimum amount in cents (inclusive).
x >= 0Maximum amount in cents (inclusive).
x >= 0Filter by one or more contact IDs.
x >= 0Filter by one or more membership price IDs.
x >= 0
