cURL
curl --request GET \ --url https://services.pref.rio/rmi/v1/citizen/{cpf}/avatar \ --header 'Authorization: Bearer <token>'
{ "avatar": { "created_at": "<string>", "id": "<string>", "is_active": true, "name": "<string>", "url": "<string>" }, "avatar_id": "<string>" }
Obtém o avatar de foto de perfil atual de um usuário
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Bearer <token>
<token>
CPF do usuário
Avatar do usuário obtido com sucesso
Show child attributes