Skip to main content
GET
Get organization credit balance

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Headers

X-Organization-Id
string | null

Response

The organization credit balance.

Response shape.

id
string<uuid> | null
org_id
string<uuid> | null
balance
string | null
Pattern: ^(?!^[-+.]*$)[+-]?0*\d*\.?\d*$
low_balance_threshold
string | null
Pattern: ^(?!^[-+.]*$)[+-]?0*\d*\.?\d*$
low_balance_notified_at
string<date-time> | null
created_at
string<date-time> | null
updated_at
string<date-time> | null