Loyalties
List Member Activity with campaign ID
Retrieves the list of activities for the given member ID related to a voucher and customer who is the holder of the voucher.
get/v1/loyalties/{campaignId}/members/{memberId}/activity
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'created_at' | '-created_at'
Apply this filter to order the events according the date and time when it was created. The dash - preceding a sorting option means sorting in a descending order.
starting_after_idstring
A cursor for pagination. It retrieves the events starting after an event with the given ID.
Response
Returns a list of event objects related to the loyalty card.