Bulk trigger event
Using this endpoint you can trigger multiple events at once, to avoid multiple calls to the API. The bulk API is limited to 100 events per request.
POST
/v1/events/trigger/bulk
Authorization
Authorization
<token>API key authentication. Allowed headers-- "Authorization: ApiKey <api_key>".
In: header
Request Body
application/json
Requiredevents
Requiredarray<object>Header Parameters
idempotency-key
stringA header for idempotency purposes
Created