Skip to main content
POST
JavaScript

Authorizations

Authorization
string
header
required

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

Body

application/json
events
object[]
required

List of events to be pushed

Required array length: 1 - 1000 elements

Response

Events ingested successfully

ingested_count
integer
required
Required range: x >= 0
Last modified on March 25, 2026