cURL
curl --request GET \ --url https://services.pref.rio/rmi/v1/avatars \ --header 'Authorization: Bearer <token>'
{ "data": [ { "created_at": "<string>", "id": "<string>", "is_active": true, "name": "<string>", "url": "<string>" } ], "page": 123, "per_page": 123, "total": 123, "total_pages": 123 }
Obtém lista paginada de avatares de foto de perfil disponíveis
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Bearer <token>
<token>
Número da página (padrão: 1)
Itens por página (padrão: 20, máximo: 100)
Lista de avatares obtida com sucesso
Show child attributes