AppAutoGtm

Get Billing Balance

Org wallet balance + warning thresholds for the inbox banner.

Sums credits across all the org's active (non-deleted, non-expired) wallet slots — the same set billing.precheck_sync consults when gating sends. Threshold semantics live here so the UI doesn't have to encode them: is_empty mirrors the precheck no_funds rejection (balance < 1 email's cost), is_low is a soft warning.

get/api/app-auto-gtm/billing/balance

Cookies

ex_accessstring nullable
ex_orgstring nullable

Response

Successful Response

balance_usdnumber required
balance_creditsnumber required
is_emptyboolean required
is_lowboolean required

Changes

No recorded changes to this endpoint across all 1 revision of this API.