Loyalties
List Loyalty Card Transactions with campaign ID
Retrieve transaction data related to point movements for a specific loyalty card.
get/v1/loyalties/{campaignId}/members/{memberId}/transactions
Query parameters
limitinteger
Limits the number of objects to be returned. The limit can range between 1 and 100 items. If no limit is set, it returns 10 items.
order'id' | '-id'
Sorts the results using one of the filtering options, where the dash - preceding a sorting option means sorting in a descending order.
Filters for listing member transactions. id is the unique identifier of the transaction.
{
"created_at": {
"conditions": {
"$after": "2024-01-01T00:00:00.000Z",
"$before": "2024-01-01T00:00:00.000Z"
}
}
}starting_after_idstring
A cursor for pagination. It retrieves the transactions starting after a transaction with the given ID.
Response
Returns a dictionary of loyalty card transaction objects.