Skip to main content
GET
cURL

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Query Parameters

date
string
required

The date to filter transactions

Example:

"31-07-2024"

cursor
string<uuid>

Last transaction id from the previous page; returns rows with id greater than this value. Omit for the first page.

brand_id
string | null

The brand id to filter transactions

reward_id
string<uuid>

The reward id to filter transactions

campaign_id
string<uuid> | null

The campaign id to filter transactions

event_id
string<uuid> | null

The event id to filter transactions

type
enum<string>

The type of the transaction

Available options:
ACCUMULATION,
REDEMPTION,
EXPIRATION,
MIGRATION,
TRANSFER,
REVERSAL
funded_by
string

The funder of the transactions

Example:

"MARKETING"

Response

200 - application/json

Ok

data
object[]
cursor
string<uuid> | null

Id of the last transaction in this page (use as cursor on the next request); null if data is empty

count
number

Total number of transactions matching the day and filters (not only this page)

Example:

42