Wallet
Get points expiration overview
Get information about points of the customer that will expire in the future. You can communicate this information to the customer or you can active him to use these points.
get/wallet/actions/points-expiration-overview
Query parameters
customer_idstring required
The unique ID of the customer. GET /customers
Headers
Accept-Languagestring
The unique ID of the language code by ISO 639-1.
Response
OK
Example response
{
"data": {
"next_amount": 77.36,
"next_date": "2022-01-01"
}
}