Usage event quarantined
Sent when a usage event cannot be matched to a single active meter (unmatched, ambiguous, or terminal processing failure). Delivery is at-least-once; dedupe on `data.dedupeKey`.
Sent when a usage event cannot be matched to a single active meter (unmatched, ambiguous, or terminal processing failure). Delivery is at-least-once; dedupe on data.dedupeKey.
Request Body
application/json
TypeScript Definitions
Use the request body type in TypeScript.
The envelope for all webhook event deliveries. Contains the event type, timestamp, and the affected object in the data field.
Response Body
Example Requests
The envelope for all webhook event deliveries. Contains the event type, timestamp, and the affected object in the data field.
/usage.event.quarantinedUsage event ingested Webhook
Sent after a usage event is accepted by ingestion. This is a high-volume event and should be subscribed to explicitly with narrow endpoint filters.
Usage event rejected Webhook
Sent when a usage event is rejected during ingestion validation. Rejected events are not billable.