POST
/
admin
/
beta
/
whitelist
/
bulk-move
Mover múltiplos telefones entre grupos
curl --request POST \
  --url https://services.staging.app.dados.rio/rmi/v1/admin/beta/whitelist/bulk-move \
  --header 'Authorization: Bearer <token>' \
  --header 'Content-Type: application/json' \
  --data '{
  "from_group_id": "<string>",
  "phone_numbers": [
    "<string>"
  ],
  "to_group_id": "<string>"
}'
This response does not have an example.

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Body

application/json

Dados da operação em lote

The body is of type object.

Response

204

Telefones movidos com sucesso