Skip to main content
PUT
/
v1
/
devices
/
move
/
{actorId}
Move Devices to Actor ID
curl --request PUT \
  --url https://qa-lynx.nayax.com/operational/v1/devices/move/{actorId} \
  --header 'Authorization: <api-key>' \
  --header 'Content-Type: application/json' \
  --data '[
  "<string>"
]'
[
  {
    "HW_serial": "<string>",
    "actor_id": 123,
    "is_connected": true
  }
]

Authorizations

Authorization
string
header
required

Enter your API key. It's required to authenticate API requests.

Path Parameters

actorId
integer<int64>
required

The unique identifier of the actor to which the devices will be moved.

Body

application/json

An array of device identifiers to be moved to the specified actor.

Response

200 - application/json

The devices were successfully moved to the specified actor.

HW_serial
string | null

The hardware serial number of the device that was moved.

actor_id
integer<int64>

The unique identifier of the actor to which the device is now associated.

is_connected
boolean

Indicates whether the device is currently connected after being moved.