Use this endpoint to send an array of events for processing and storage. Make sure to comply with the request schema for each event.
Bearer authentication header of the form Bearer <token>
, where <token>
is your auth token.
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
The body is of type object
.
RequestSuccess
The response is of type object
.
Use this endpoint to send an array of events for processing and storage. Make sure to comply with the request schema for each event.
Bearer authentication header of the form Bearer <token>
, where <token>
is your auth token.
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
The body is of type object
.
RequestSuccess
The response is of type object
.