Skip to main content
GET
/
v1
/
billing
/
subscription
Get Subscription Status
curl --request GET \
  --url https://api.faces.sh/v1/billing/subscription
{
  "plan": "<string>",
  "status": "<string>",
  "face_count": 123,
  "face_limit": 123,
  "current_period_end": "<string>"
}

Headers

authorization
string | null

Response

Successful Response

plan
string
required
status
string
required
face_count
integer
required
face_limit
integer
required
current_period_end
string | null
required