POST
/
v1
/
events
/

Body

application/json · object[]
resourceExternalId
string
required

External identifier of the resource involved in the event.

Minimum length: 1
customerExternalId
string
required

External identifier of the customer involved in the event.

Minimum length: 1
value
number
required

Numeric value associated with the event. Must be non-negative.

Required range: x > 0
idempotencyKey
string
required

Unique key to ensure idempotency of event creation.

Minimum length: 1
occurredAt
string
required

Timestamp indicating when the event occurred.

Response

204 - application/json

The request was successfully processed and the events were recorded. No content is returned.