Error
A valid request URL is required to generate request examples{
"error": {
"name": "<string>",
"statusCode": 123,
"data": "<unknown>",
"message": "<string>"
},
"status": "error"
}My Account
Get user avatar
Serve a userās avatar image. Content-addressed by hash, so responses are immutable and cached by the browser indefinitely.
GET
/
api
/
v1
/
users
/
{userUuid}
/
avatar
/
{contentHash}
Error
A valid request URL is required to generate request examples{
"error": {
"name": "<string>",
"statusCode": 123,
"data": "<unknown>",
"message": "<string>"
},
"status": "error"
}Was this page helpful?