v12

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

Get account balance

Returns the organization's current credit balance in microdollars plus a display string.

get/billing/balance

Response

OK

$schemastring uri

A URL to the JSON Schema for this object.

balance_displaystring required

Formatted balance string (e.g., '$12.50').

balance_microdollarsinteger required

Current balance in microdollars (1_000_000 = $1.00).

Example response

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