Skip to main content
POST
Search events

Authorizations

Authorization
string
header
required

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

Body

application/json

Search events request

transactionIds
string[]
required

The transaction IDs of the events to retrieve

Response

200 - application/json

Success

id
string
required
customer_id
string
required

The ID of the customer in the ingest event body

event_type
string
required
timestamp
string<date-time>
required
transaction_id
string
required
properties
object
is_duplicate
boolean
processed_at
string<date-time>
matched_customer
object

The customer the event was matched to if a match was found

matched_billable_metrics
object[]