GET
/
phone
/
{phone_number}
/
status
Verificar status do número de telefone
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
}

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Path Parameters

phone_number
string
required

Número do telefone

Response

200
application/json

OK

The response is of type object.