Asynchronously Ingest Usage Data
Usage
Asynchronously Ingest Usage Data
Submit usage data for asynchronous processing. This endpoint accepts a list of customer events and processes them asynchronously as a batch job. The response includes a job ID that can be used to check the status of the batch job.
POST
Asynchronously Ingest Usage Data
Authorizations
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Body
application/json
Represents a list of customer events.
Attributes: events (list[CustomerEvent]): A list of customer events. Each event should be a dictionary with at-least the following keys: event_name, timestamp, idempotency_key.
Response
Successfully submitted the usage data for asynchronous processing.
