cURL
curl --request GET \ --url https://services.pref.rio/rmi/v1/admin/beta/whitelist \ --header 'Authorization: Bearer <token>'
{ "pagination": { "page": 123, "per_page": 123, "total": 123, "total_pages": 123 }, "total_count": 123, "whitelisted": [ { "added_at": "<string>", "group_id": "<string>", "group_name": "<string>", "phone_number": "<string>" } ] }
Lista telefones na whitelist beta com paginação (apenas administradores)
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Bearer <token>
<token>
Página (padrão: 1)
Itens por página (padrão: 10)
Filtrar por ID do grupo
Lista de telefones na whitelist obtida com sucesso
Show child attributes