Skip to main content
In Nayax Core, machines have various attributes, such as the Operator of the machine, the machine’s model or ID, and its status. These can all be seen in the Machines menu, which you can access in the following way:
  1. In your Dashboard, go to Operations > Machines.
  2. Use the search function to filter through the list of machines.
  3. Select the desired machine from the list.
  4. Open the General Information tab.
You can see all the key information about the machine you may need for other requests there.
AuthenticationRefer to the Security & Token page of this documentation to learn how to access your tokens, and how to properly use it to authenticate your API requests.
The Lynx API provides four methods to retrieve machine information programmatically. Use the section that matches the identifier you have available.

Retrieve a machine by MachineID

Use the Get Specific Machine Basic Info endpoint to retrieve the details of a machine with a specific MachineID. Insert the MachineID in the path parameter of the request.

Retrieve a machine by DeviceSerialNumber

Use the Get Specific Machine Basic Info by Device endpoint to retrieve the details of a machine associated with a specific DeviceSerialNumber. Insert the DeviceSerialNumber in the path parameter of the request.

Retrieve a machine by VPOSSerial

Use the Get Specific Machine Basic Info by VPOS endpoint to retrieve the details of a machine associated with a specific VPOSSerial. Insert the VPOSSerial in the path parameter of the request.

Retrieve all machine basic info

Use the Get All Machine Basic Info endpoint to retrieve basic information for all machines, with optional filtering by the query parameters listed below.
Request