Events
Ingest Events
This endpoint allows for ingesting events related to customer interactions with resources. Each event captures interactions at a specific point in time, including the event name and customer, the nature of the interaction (value), related properties and when it occurred.
POST
Authorizations
API Key Authentication.
Body
application/json
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.
Schema defining an event.
Response
204
application/json
The request was successfully processed and the events were recorded. No content is returned.