GET
/
api
/
users
/
{id}
/
avatar
curl --request GET \
  --url http://localhost/api/users/{id}/avatar \
  --header 'Authorization: Bearer <token>'
"aSDinaTvuI8gbWludGxpZnk="

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Path Parameters

id
string
required

Response

200
*/*
OK

The response is of type string.