cURL
curl --request GET \ --url https://api.example.com/users/me
{ "id": "<string>", "username": "<string>", "avatarUrl": "<string>", "identities": [ { "provider": "<string>", "providerAccountId": "<string>", "proxyWallet": "<string>" } ] }
Returns the authenticated user’s profile.
200
Show child attributes