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
| Key | Datatype | Required | Description | 
|---|---|---|---|
| status | string | Enum: "active" "pending" "expired" | |
| Filter points based on their status. | |||
| subledgerId | string | The 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
| Key | Datatype | Required | Description | 
|---|---|---|---|
| Accept | string |