cURL
curl --request GET \ --url https://api.faces.sh/v1/account/state
{ "user_id": "<string>", "plan": "<string>", "subscription_status": "<string>", "has_payment_method": true, "has_first_face": true, "onboarding_complete": true, "balance_usd": 123, "frozen": true, "is_admin": true }
Return all account state needed for frontend routing decisions in a single call.
Frontend routing rules:
Called immediately after login/signup and after returning from Stripe Checkout.
Successful Response