Skip to content

My Profile

Reads or updates the current user profile.

GET /auth/me

  • Auth: required
  • Response: user envelope

Key fields:

  • id
  • email
  • name
  • avatar
  • bio
  • status
  • profileLink

PATCH /auth/me

  • Auth: required

Request body:

{
  "name": "Dev User",
  "avatar": "https://cdn.example/avatar.png",
  "bio": "Builder"
}