v1

latestOpenAPI 3.0.2EULA2026-07-143221521.2 MB
Wallet

Get points overview

Get information about points overview of the customer in time interval.

get/wallet/actions/points-overview

Query parameters

customer_idstring required

The unique ID of the customer. GET /customers

date_fromstring

Start of the time interval in ISO-8601 format (YYYY-MM-DD).

date_tostring

End of the time interval in ISO-8601 format (YYYY-MM-DD).

Headers

Accept-Languagestring

The unique ID of the language code by ISO 639-1.

Response

OK

Example response

{
  "data": {
    "earned_points": 100,
    "redeemed_points": 20.5,
    "available_points": 79.5,
    "available_points_money_value": [
      {
        "currency_id": "86e05affc7a7abefcd513ab400",
        "value": 3472
      }
    ]
  }
}