cURL
curl --request GET \ --url https://services.staging.app.dados.rio/rmi/v1/phone/{phone_number}/citizen \ --header 'Authorization: Bearer <token>'
{ "cpf": "<string>", "first_name": "<string>", "found": true, "name": "<string>" }
Busca um cidadão por número de telefone e retorna dados mascarados
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