Skip to main content
POST
Submit a batch of events for ingestion

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Body

application/json

An array of events following the EventInput schema. This request body should be included in the PUT request to '/events' Up to 1000 events or a total payload max size of 256KB

events
object[]
required
Required array length: 1 - 1000 elements

Response

RequestSuccess

validEvents
object[]
required

An array of events that were successfully processed and sent to the queue.

invalidEvents
object[]
required

An array of events that failed validation and were not sent to the queue. Each object contains the event and the error message.