Sazabi
APIBilling

Get auto top-up settings

GET
/billing/auto-top-up

Get the organization's credit auto top-up settings (trigger balance, top-up amount, cycle spending limit).

Query Parameters

organizationId?string

Organization to operate on. Auto-filled from CLI and SDK context when omitted. User tokens must supply it unless the credential's fixed scope resolves it; secret keys may omit it (the key's organization applies).

Length1 <= length

Response Body

application/json

curl -X GET "https://example.com/billing/auto-top-up"
{  "supported": true,  "enabled": true,  "triggerCreditBalance": "string",  "topUpAmount": "string",  "cycleSpendingLimit": "string",  "currency": "string",  "creditsToGrant": "string",  "status": "string"}