Skip to main content
GET
/
v1
/
billing
/
balance
Get Balance
curl --request GET \
  --url https://api.faces.sh/v1/billing/balance
{
  "iam_id": "<string>",
  "balance_usd": 123,
  "frozen": true,
  "has_payment_method": true
}

Headers

authorization
string | null

Response

Successful Response

iam_id
string
required
balance_usd
number
required
frozen
boolean
required
has_payment_method
boolean
required