GET
/
phone
/
{phone_number}
/
beta-status
Verificar status beta
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>"
}

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 de telefone

Response

200
application/json

OK

The response is of type object.