OpenPhn docs
Referenceauth

Current user

GET
/auth/me

Response Body

application/json

curl -X GET "https://loading/auth/me"
{
  "id": "string",
  "email": "string",
  "business_name": "string",
  "tier": "string",
  "has_payment": true,
  "is_admin": false,
  "tenant_id": "string",
  "needs_aup": true
}