List customer's unused loyalty points
GET {{baseUrl}}/v1/loyalty_programs/:loyaltyProgramId/profile/:integrationId/transactions?status=active&subledgerId=10&pageSize=50&skip=50
Get paginated results of loyalty points for a given Integration ID in the specified profile-based loyalty program. This endpoint returns only the balances of unused points linked to a customer profile.
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 | number | 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 |