Skip to main content
GET
Get prepaid balance

Authorizations

Authorization
string
header
required

Every public HTTP request requires Authorization: Bearer <api_key>, except GET /models and the public /billing/pricing endpoints.

  • 401 means the key is missing, unknown, or revoked.
  • 403 means the key is valid but cannot access the requested resource.
  • The publish token returned by POST /streams is only for publishing media to LiveKit. It does not replace the API key for HTTP calls.

Response

Current balance.

user_id
string<uuid>
required
balance_microcents
integer
required

Exact billing unit. 1 cent = 1,000,000 microcents.

balance_cents
integer
required

Display value.