Fired when a customer crosses a configured usage alert threshold.
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
The webhook event type.
"balances.usage_alert_triggered"{
"customer_id": "org_123",
"feature_id": "api_calls",
"entity_id": "workspace_abc",
"usage_alert": {
"name": "80% usage warning",
"threshold": 80,
"threshold_type": "usage_percentage_threshold"
}
}Webhook received successfully.