Skip to main content
GET
Gets member's active account statistics

Authorizations

Authorization
string
header
required

JWT Authorization header using the Bearer scheme. Example: "Authorization: Bearer {token}"

Headers

Accept-Language
string
default:en

Language code for localized display names (e.g., "en", "dk"). Default is "en".

Response

OK

Response containing aggregated savings statistics broken down by type and time period

byType
object[] | null

Collection of savings broken down by benefit type (offers, games, loyalty bonuses, etc.)

byMonth
object[] | null

Collection of savings broken down by calendar month for time-based analysis

totalAmount
number<double>

Grand total of all savings across all benefit types and time periods

Last modified on August 11, 2026