Skip to main content
GET
Get credit balance

Authorizations

Authorization
string
header
required

OptimalDial API key, prefixed od_live_, sent as Authorization: Bearer .... Mint keys in the in-app developer panel; they are scoped to a single organization.

Response

The organization's credit balance.

total
integer
required

Total credits available (subscription + purchased). This is what gates credit-consuming endpoints.

subscription
integer
required

Credits from the monthly subscription allocation (capped).

purchased
integer
required

Credits from one-time top-up purchases (uncapped).