Skip to main content
GET
Get account balance

Authorizations

Authorization
string
header
required

Use Authorization: Bearer tc_live_xxxxx

Response

Account balance

feature
string
Example:

"call_minutes"

remaining_minutes
number | null

Remaining call minutes (plan remaining + remaining welcome bonus)

Example:

450.5

allocated_minutes
number

Plan minutes allocated (does not include welcome bonus)

Example:

1000

total_allocated_minutes
number

Plan minutes + remaining welcome bonus

Example:

1200

used_minutes
number

Regular subscription minutes consumed

Example:

49.5

reserved_minutes
number

Minutes reserved for in-progress calls

Example:

10

welcome_bonus_consumed
number

Welcome bonus consumed (max 500)

Example:

200

welcome_bonus_remaining
number

Remaining welcome bonus minutes (max 500)

Example:

300

usage_row
object | null