Get organization ad balance
Get the prepaid ad balance and lifetime spend summary for an organization. Any member of the organization can read this — no BILLING role is required.
Authorizations
Path Parameters
UUID of the organization.
22^[23456789ABCDEFGHJKLMNPQRSTUVWXYZabcdefghijkmnopqrstuvwxyz]{22}$Response
OK
Snapshot of an organization's prepaid ad balance and lifetime spend.
Current prepaid ad balance as a decimal string (e.g. "150.00"). Formatted as a string to avoid IEEE-754 round-trip drift on the client. "0.00" when the organization has never funded its balance.
ISO 4217 currency code for balance and total_spent (typically "USD" — Closient does not currently bill in other currencies).
Lifetime ad spend across all of this organization's campaigns, as a decimal string in currency. Sums Campaign.spent across every campaign (active, paused, and completed). "0" when the organization has never run a campaign.
Count of currently active ad campaigns (Campaign.status == ACTIVE). Excludes paused, completed, and draft campaigns.
x >= 0