v13

latestOpenAPI 3.1.0raw.githubusercontent.com2026-08-065499150.5 KB
billing

Get usage-alert settings

Returns the organization's balance-alert configuration and any currently open alerts (low balance, negative balance).

get/billing/usage-alerts

Response

OK

$schemastring uri

A URL to the JSON Schema for this object.

enabledboolean required

Whether low-balance alerts are active. Negative-balance alerts are always on.

threshold_centsinteger required

Alert while the balance sits below this amount, in cents. Must be positive.

Example response

{
  "$schema": "/api/v1/SubscriptionUsageAlertSettingsResponse.json"
}