List card's unused loyalty points

GET {{baseUrl}}/v1/loyalty_programs/:loyaltyProgramId/cards/:loyaltyCardId/transactions?status=active&subledgerId=eu dolore minim&pageSize=1000&skip=50

Get paginated results of loyalty points for a given loyalty card identifier in a card-based loyalty program. This endpoint returns only the balances of unused points on a loyalty card.

You can filter points by status:

  • active: Points ready to be redeemed.

  • pending: Points with a start date in the future.

  • expired: Points with an expiration date in the past.

Request Params

KeyDatatypeRequiredDescription
statusstringEnum: "active" "pending" "expired"
Filter points based on their status.
subledgerIdstringThe ID of the subledger by which we filter the data.

| | pageSize | number | | The number of items in this response. | | skip | number | | The number of items to skip when paging through large result sets. |

HEADERS

KeyDatatypeRequiredDescription
Acceptstring