List Campaign Transactions
Retrieves all transactions for the campaign with the given campaign ID or campaign name. The id filter denotes the unique transaction identifier.
🚧 The endpoint works only for gift card and loyalty campaigns.
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.
Sorts the results using one of the filtering options, where the dash - preceding a sorting option means sorting in a descending order.
A cursor for pagination. It retrieves the transactions starting after a transaction with the given ID.
Filters for listing responses.
Response
Returns a dictionary with a data property that contains an array of transactions. The maximum number of transactions returned is determined by the limit query parameter. Each entry in the array is a separate transaction object. If more results are available, the has_more flag has value true and the value of the more_starting_after property can be used to retrieve another page of results.