billing
Update usage-alert settings
Configures the low-balance alert: while enabled and the balance sits below the threshold, an alert stays open and surfaces in the dashboard. Negative-balance alerts are always on. Requires an admin-role caller: an API key carries its creator's organization role, so the key must belong to an org admin.
put/billing/usage-alerts
Request body
Example request
{
"$schema": "/api/v1/SubscriptionUsageAlertSettings.json"
}Response
OK
Example response
{
"$schema": "/api/v1/SubscriptionUsageAlertSettingsResponse.json"
}