cURL
curl --request GET \ --url https://services.staging.app.dados.rio/rmi/v1/admin/phone/quarantine/stats \ --header 'Authorization: Bearer <token>'
{ "active_quarantines": 123, "expired_quarantines": 123, "quarantine_history_total": 123, "quarantines_with_cpf": 123, "quarantines_without_cpf": 123, "total_quarantined": 123 }
Retorna estatísticas sobre números de telefone em quarentena (apenas administradores)
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Bearer <token>
<token>
OK
The response is of type object.
object