Get Profile Picture
GET
/account/{accountId}/avatar
Returns the profile picture of the requested account as a WebP image. Authenticated through a session token in the query string so the URL can be used directly as an image source.
Parameters
Path Parameters
accountId*
Id of the account
Type
Requiredinteger
Query Parameters
token*
Session token
Type
Requiredstring
Responses
The profile picture
application/json
JSON
"string"
