Rewardly Docs
API ReferenceAccount

Get account overview stats

GET
/v1/account/overview

A snapshot of your wallet plus lifetime reward counts — the same numbers the dashboard overview shows. Useful for building your own dashboard.

AuthorizationBearer <token>

In: header

Response Body

application/json

curl -X GET "https://example.com/v1/account/overview"
{  "wallet": {    "id": "string",    "currency": "string",    "availableCents": 0,    "reservedCents": 0  },  "stats": {    "totalRewards": 0,    "activeRewards": 0,    "redeemedRewards": 0,    "totalIssuedCents": 0  }}