You're viewing the docs for Autumn's v2 API. You can find the previous API version here.
{ "type": "balances.limit_reached", "data": { "customer_id": "org_123", "entity_id": "workspace_abc", "feature_id": "api_calls", "limit_type": "included" } }
Fired when a customer reaches the limit for a feature (included allowance, max purchase, or spend limit).
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Bearer <token>
<token>
The webhook event type.
"balances.limit_reached"
Show child attributes
{ "customer_id": "org_123", "entity_id": "workspace_abc", "feature_id": "api_calls", "limit_type": "included"}
Webhook received successfully.