Skip to main content
In Nayax Core, devices have various attributes, such as the device’s operator, model or ID, and status. These can all be seen in the Devices menu, which you can access in the following way:
  1. In your Dashboard, go to Administration > Devices.
  2. Use the search function to filter through the list of devices.
  3. Select the desired device from the list.
  4. Open the General Information tab.
Here, you can see the General information about the selected device.

Lynx API methods

Lynx API allows you to retrieve all this information from one device or a group of devices programmatically using the following endpoints:
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.

Retrieve a device by deviceID

Using the Get Device by DeviceID endpoint, providing it with the deviceID as a path parameter, you can retrieve that device’s details. See an example request and response in the code block below:
Path ParamsReplace <DeviceID> with the actual identifier of the device.

Retrieve all devices

Using the Get All Devices endpoint, you can retrieve a list of available devices. The code block below shows an example request and response.
This endpoint allows you to use filters in the query parameters. See the table below for all the available query params- note that you should include at least the ActorId in the query (can add other filters as well should you be interested):