OpenPhn docs
Referenceauth

Current user

{/* This file was generated by Fumadocs. Do not edit this file directly. Any changes should be made by running the generation command again. */}

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,
  "tenant_role": "string",
  "verified_cell_e164": "string",
  "email_verified": true,
  "onboarding_track": "string",
  "ai_disclosure_enabled": true,
  "ai_disclosure_text": "string",
  "aup_current_version": "",
  "aup_attested_version": "string",
  "voice_engine_default": "string"
}