Docs › API Reference › Point Service › GET /admin/points/stats
GET /admin/points/stats
Admin operation. Get aggregated statistics for the current tenant: total accounts, active accounts, total balance, total earned/spent/expired, monthly data, total transactions.
Points Service `bearerAuth` application/json
Referenced Schemas
dto.TenantPointStatsDetailResponse
dto.TenantPointStatsResponse
Field Type Required Example Constraints Description
active_accounts
integer
No
38
earned_this_month
integer
No
20000
spent_this_month
integer
No
15000
tenant_id
string
No
tnt_example_001
total_accounts
integer
No
42
total_balance
integer
No
150000
total_earned
integer
No
500000
total_expired
integer
No
10000
total_frozen
integer
No
5000
total_spent
integer
No
350000
total_transactions
integer
No
1234
gitee_com_linmes_authms_base_dto.SimpleResponse
Field Type Required Example Constraints Description
code
integer
No
message
string
No
timestamp
string
No