cURL
curl --request GET \ --url https://dev.exante.app/api/user/avatar \ --header 'Authorization: Bearer <token>'
{ "status": "success", "status_code": 200, "message": "Avatar uploaded successfully", "data": { "avatar_url": "<string>" } }
Returns the avatar URL for the authenticated user.
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Bearer <token>
<token>
Avatar URL
"success"
200
"Avatar uploaded successfully"
Show child attributes