List Customer Activity
Retrieves activity details of a given customer by customer's id or source_id.
Query parameters
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.
Apply this filter to order the events according the date and time when it was created.
A cursor for pagination. It retrieves the events starting after an event with the given ID.
Timestamp representing the date and time which results must begin on. Represented in ISO 8601 format.
Timestamp representing the date and time which results must end on. Represented in ISO 8601 format.
Requests only events related to specific campaign identified by its ID.
Filters related customer's activity for the selected campaign types. Allowed values: DISCOUNT_COUPONS, REFERRAL_PROGRAM, GIFT_VOUCHERS, PROMOTION, LOYALTY_PROGRAM.
Filters activities for actions or effects. Allowed values: ACTION, EFFECT.
Event name of the customer event.
Response
Returns a dictionary with customer activities.