Users
Get Profile
Retrieves basic information about the authenticated user.
get/v1/users/me/profile
Response
OK. Returns a Profile resource containing information about the requesting user.
Example response
{
"accountId": 100,
"username": "johndoe",
"email": "john-doe@example.com",
"fullName": "John Doe",
"id": 101,
"avatar": {
"type": "url",
"link": "https://www.gravatar.com/avatar/00000000000000000000000000000000?s=200&d=404"
}
}