POST
/
v1
/
events
/
ingest
{}

Authorizations

X-API-KEY
string
header
required

API Key Authentication.

Body

application/json
An object containing an array of events to be ingested.
events
object[]
required

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.