Skip to main content
GET
/
users
/
me
Get current user
curl --request GET \
  --url https://api.example.com/users/me
{
  "id": "<string>",
  "username": "<string>",
  "avatarUrl": "<string>",
  "identities": [
    {
      "provider": "<string>",
      "providerAccountId": "<string>",
      "proxyWallet": "<string>"
    }
  ]
}

Response

200 - application/json

200

id
string
required
username
string | null
required
avatarUrl
string | null
required
identities
object[]
required