Hanzo
OpenapiBilling

Recharge every org that has fallen below its threshold

Sweeps every organization and, for those with auto-recharge on whose available balance has dropped below their own threshold, charges the default card and…

POST /v1/billing/recharge/run-all

Addresshttps://api.hanzo.ai/v1/billing/recharge/run-all
MethodPOST
Operationpost_billing_recharge_run-all
AuthAuthorization: Bearer $HANZO_API_KEY

Sweeps every organization and, for those with auto-recharge on whose available balance has dropped below their own threshold, charges the default card and credits the balance.

It charges cards across EVERY tenant, so it is platform authority only — never an org owner, who could otherwise sweep-charge saved cards estate-wide. Its caller is a schedule, not a person.

orgs is the population considered, not the row count: that difference is how a reader tells 'nobody was below threshold' from 'the sweep never ran'. One org's failure is reported in its own row and does not stop the rest.

Request

The document declares no body for POST /v1/billing/recharge/run-all. The handler is typed in cloud but its shape is not yet emitted, so the fields are not listed here — ask the MCP door's describe for post_billing_recharge_run-all, which answers from the running route.

Response

The document declares no response body for this operation. It answers 200 on success and the platform error shape on failure — see Errors.

Examples

hanzo billing recharge run-all

Billing API · All Hanzo APIs · Interactive reference

How is this guide?

On this page