cURL
curl --request GET \ --url https://services.staging.app.dados.rio/rmi/v1/admin/phone/quarantined \ --header 'Authorization: Bearer <token>'
{ "data": [ { "cpf": "<string>", "expired": true, "phone_number": "<string>", "quarantine_until": "<string>" } ], "pagination": { "page": 123, "per_page": 123, "total": 123, "total_pages": 123 } }
Lista todos os telefones em quarentena 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)
OK
The response is of type object.
object