Profile Self
Get the myself user information and details by a given access token.
GET /api/profile/self (Sign-In Required)
Request with Cookie
Properties
Required
accessToken(64)
O
{
"displayName": null,
"email": "[email protected]",
"alias": "ttankkeo",
"profileImage": null,
"profileColor": "242,197,102",
"bookmarkedIcons": [],
"downloadedIcons": []
}Last updated
Was this helpful?