PAPI

Get Profile

Uses `JwtSession` (not `JwtUser`) so waitlisted users can reach this endpoint; the dashboard relies on the `status` field to decide between the waitlist screen and the regular dashboard.

GET
/account/profile
AuthorizationBearer <token>

In: header

Response Body

application/json

curl -X GET "https://loading/account/profile"
{
  "avatar_url": "string",
  "created_at": "string",
  "email": "string",
  "email_verified": true,
  "id": "string",
  "name": "string",
  "providers": [
    "string"
  ],
  "role": "string",
  "status": "string"
}
Empty
Empty