Get credit balance
Your organization’s remaining credit, and the pricing around it.
Returns the balance together with the per-minute rates and the accepted top-up range, so a top-up form can be built from this one response without hardcoding any prices. Rates and limits can change, so read them here rather than copying them into a client.
Authorizations
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Response
Successful Response
The organization's remaining credit, and the pricing rules around it.
All amounts are in the smallest unit of currency (for example, cents). The
balance can be negative: a call in progress is never cut off, so usage past zero
is billed as overage — but a new room cannot be started while the balance is at or
below zero.
Rates and top-up limits can be changed, so read them here rather than hardcoding them.