curl --request GET \ --url 'https://backend.testeswaffle.org/referrals/banned?page=1&limit=50' \ --header 'Authorization: Bearer eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9...'
{ "success": true, "data": { "banned_users": [ { "email": "[email protected]", "banned_at": "2024-01-15T16:45:00Z", "reason": "Múltiplas tentativas de fraude detectadas", "banned_by": "[email protected]", "referrals_before_ban": 47 } ], "pagination": { "total": 12, "page": 1, "limit": 50, "pages": 1 } } }
Retorna a lista de todos os usuários banidos. Requer autenticação JWT.
Show properties
Show banned user object
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Bearer <token>
<token>
Número da página
Itens por página
x <= 100
Lista de usuários banidos
Show child attributes