cURL
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>" }
Return the authenticated user’s current subscription plan, status, IAM count vs plan limit, and renewal date.
Successful Response