Ingest events
Ingests a batch of events. Each event is identified by its idempotencyKey: if no event exists for the key, version 1 is created; re-sending the key with unchanged properties (including properties.value) is a no-op; re-sending with changed properties records a new version that supersedes the previous one. Frozen fields (eventName, customerExternalId, occurredAt) must match the existing event or the request is rejected with ImmutableFieldChange. Validation and frozen-field checks apply across the whole batch — if any event is rejected, none are recorded.
Authorizations
API Key Authentication.
Body
An object containing an array of events to be ingested.
An array of events to be ingested. Each event represents an usage of a resource from a customer at a specific point in time.
1 - 10000 elementsResponse
The request was successfully processed.
The response is of type object.