Skip to main content
In Nayax Core, you can create a new machine in the Machines menu. Follow the steps below to do so.
  1. In your Dashboard go to Operations > Machines.
  2. Click Create > New Machine.
  1. Now you can fill all the details on the form, once you are finished click on Save.
Lynx API allows you to do this process programmatically through a POST request. This page will guide you on how to do so using the endpoint below:
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.

Request to Create New Machine

Use the Create New Machine endpoint to create a new machine. The following code block exemplifies the request to create a new machine:
You need to provide various mandatory fields in the body parameters, such as: You will receive a response containing the details of the newly created machine, including the newly created machine’s MachineID.

Verify Creation

Once a new machine is created, you can verify it in Nayax Core, as in the steps below:
  1. Go to Operations > Machines.
  2. Use the Search feature to filter the Machine, and select it from the list.
As you can see in the image above, once you select it you can see all its information on the General Information tab.