cURL
curl --request GET \ --url https://services.staging.app.dados.rio/rmi/v1/phone/{phone_number}/beta-status \ --header 'Authorization: Bearer <token>'
{ "beta_whitelisted": true, "group_id": "<string>", "group_name": "<string>", "phone_number": "<string>" }
Verifica se um número de telefone está na whitelist beta (com cache)
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Bearer <token>
<token>
Número de telefone
OK
The response is of type object.
object