Authorizations
Bearer authentication header of the form Bearer <token>
, where <token>
is your auth token.
Body
Represents a list of customer events.
Attributes: events (list[CustomerEvent]): A list of customer events. Each event should be a dictionary with at-least the following keys: event_name, timestamp, idempotency_key.
Response
Detailed information about the customer event ingestion process.
Schema for the response of the customer event ingestion process.
Attributes: info (InfoSchema): Detailed information about the ingestion process, including the number of created events and duplicates. errors (list[ErrorSchema]): A list of errors that occurred during the ingestion process.
Detailed information about the customer event ingestion process.
A list of errors that occurred during the ingestion process.