cURL
curl --request GET \ --url https://api.faces.sh/v1/billing/balance
{ "iam_id": "<string>", "balance_usd": 123, "frozen": true, "has_payment_method": true }
Return the credit balance and frozen status for the authenticated user.
Successful Response