Event Ingestion
Ingest events to Togai in batch
This API let’s you to ingest events in batch upto 500 events. Ingest large amounts of events up to 500 in batches in an array using this API.
POST
/
ingestBatch
Authorizations
Bearer authentication header of the form Bearer <token>
, where <token>
is your auth token.