cURL
curl --request POST \ --url https://services.pref.rio/rmi/v1/admin/beta/whitelist/bulk-add \ --header 'Authorization: Bearer <token>' \ --header 'Content-Type: application/json' \ --data ' { "group_id": "<string>", "phone_numbers": [ "<string>" ] } '
[ { "added_at": "<string>", "group_id": "<string>", "group_name": "<string>", "phone_number": "<string>" } ]
Adiciona múltiplos números de telefone a um grupo beta (apenas administradores)
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Bearer <token>
<token>
Dados da operação em lote
Telefones adicionados à whitelist em lote com sucesso