You're viewing the docs for Autumn's v2 API. You can find the previous API version here.
{
"type": "balances.usage_alert_triggered",
"data": {
"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"
}
}
}Fired when a customer crosses a configured usage alert threshold.
{
"type": "balances.usage_alert_triggered",
"data": {
"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"
}
}
}Documentation Index
Fetch the complete documentation index at: https://docs.useautumn.com/llms.txt
Use this file to discover all available pages before exploring further.
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
The webhook event type.
"balances.usage_alert_triggered"Show child attributes
{
"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.