cURL
curl --request GET \ --url https://services.staging.app.dados.rio/rmi/v1/phone/{phone_number}/status \ --header 'Authorization: Bearer <token>'
{ "beta_group_id": "<string>", "beta_group_name": "<string>", "beta_whitelisted": true, "cpf": "<string>", "found": true, "name": "<string>", "phone_number": "<string>", "quarantine_until": "<string>", "quarantined": true }
Verifica o status de um número de telefone, incluindo se está em quarentena
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Bearer <token>
<token>
Número do telefone
OK
The response is of type object.
object