Skip to main content
GET
/
v1
/
account
/
state
Get Account State
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
}

Headers

authorization
string | null

Response

Successful Response

user_id
string
required
plan
string
required
subscription_status
string
required
has_payment_method
boolean
required
has_first_face
boolean
required
onboarding_complete
boolean
required
balance_usd
number
required
frozen
boolean
required
is_admin
boolean
required