Events
Record Events
This endpoint allows for the batch recording of events related to customer interactions with resources. Each event captures a unique interaction at a specific point in time, including the involved resource and customer, the nature of the interaction (value), and when it occurred.
POST
/
v1
/
events
/
Body
application/json · object[]
External identifier of the resource involved in the event.
Minimum length:
1
External identifier of the customer involved in the event.
Minimum length:
1
Numeric value associated with the event. Must be non-negative.
Required range:
x > 0
Unique key to ensure idempotency of event creation.
Minimum length:
1
Timestamp indicating when the event occurred.
Response
204 - application/json
The request was successfully processed and the events were recorded. No content is returned.