ingest raw event
Ingest a raw events. All ingested events are reported and a notification will be triggered when the limit is hit.
Authorizations
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Body
The raw event ingestion payload
Logical idempotency key for deduplicating raw events
"idem_123"
The event slug
"tokens_used"
Arbitrary event properties
{ "amount": 1 }Optional event id. If omitted, the API will generate an internal event id for processing.
"evt_123"
The unprice customer id
"cus_123"
Event timestamp in epoch milliseconds, if not provided will use the time of the request
1741454800000
Response
The raw event was accepted for asynchronous processing
The raw event was accepted for asynchronous processing
true true

