Loyalty.lt
Authentication

Get User Statistics

Get the authenticated user's loyalty card and coupon statistics

GET/{locale}/shop/auth/statistics

Get the authenticated user's loyalty card and coupon statistics

Authorization

bearerAuth
AuthorizationBearer <token>

Enter JWT token in the format: Bearer {token}

In: header

Path Parameters

locale*string

Locale code

Response Body

application/json

curl -X GET "https://example.com/en/shop/auth/statistics"
{  "success": true,  "data": {    "total_cards": 10,    "total_points": 1500,    "total_coupons": 5,    "active_coupons": 3  }}