Events
Create a batch of events
Please refer to our instrumentation guide for detailed information
POST
/
events
/
batch
Authorizations
Authorization
string
headerrequiredBearer authentication header of the form Bearer <token>
, where <token>
is your auth token.
Body
application/json
events
object[]
requiredis_single_session
boolean
Default is false. If true, all events will be associated with the same session
session_properties
object
Response
200 - application/json
event_ids
string[]
session_id
string
success
boolean