Events API
Create Events
Use track
, identify
, and group
to send events to Trench.
POST
/
events
This endpoint requires your public API key.
You can use the track
, identify
, and group
methods to send events to Trench via the /events
endpoint.
Body
application/json
events
object[]
requiredThe events to insert.
Was this page helpful?