{
"type": "balances.limit_reached",
"data": {
"customer_id": "org_123",
"entity_id": "workspace_abc",
"feature_id": "api_calls",
"limit_type": "included"
}
}Balances
Limit Reached
Fired when a customer reaches the limit for a feature (included allowance, max purchase, or spend limit).
WEBHOOK
balances.limit_reached
{
"type": "balances.limit_reached",
"data": {
"customer_id": "org_123",
"entity_id": "workspace_abc",
"feature_id": "api_calls",
"limit_type": "included"
}
}Payload Fields
The ID of the customer who hit the limit.
The entity ID, if the limit was reached on a specific entity.
The feature ID whose limit was reached.
Which limit was hit: included allowance, max purchase cap, or spend limit.
Authorizations
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Body
application/json
Response
200
Webhook received successfully.
⌘I