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).
{
"type": "balances.limit_reached",
"data": {
"customer_id": "org_123",
"entity_id": "workspace_abc",
"feature_id": "api_calls",
"limit_type": "included"
}
}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.
Webhook received successfully.