cURL
curl --request POST \ --url https://services.pref.rio/rmi/v1/phone/{phone_number}/bind \ --header 'Authorization: Bearer <token>' \ --header 'Content-Type: application/json' \ --data ' { "channel": "<string>", "cpf": "<string>" } '
{ "cpf": "<string>", "message": "<string>", "opt_in": true, "phone_number": "<string>", "status": "<string>" }
Vincula um número de telefone a um CPF sem definir opt-in
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Bearer <token>
<token>
Número do telefone
Dados da vinculação
Telefone vinculado ao CPF com sucesso