Usage event excluded
Sent when a usage event is considered by a meter but excluded by filter conditions. The event is not billable. Delivery is at-least-once; dedupe on `data.dedupeKey`.
Sent when a usage event is considered by a meter but excluded by filter conditions. The event is not billable. 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.excludedUsage cap exceeded Webhook
Sent when a hard usage cap refuses the event. The ingest transaction rolled back: nothing was persisted and nothing was charged. Delivery is at-least-once; dedupe on `data.dedupeKey`.
Usage 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.