GET
/
Cloud
/
history
/
{entry}
/
{deviceId}
curl --request GET \
  --url https://api-sandbox.payabli.com/api/Cloud/history/{entry}/{deviceId} \
  --header 'requestToken: <api-key>'
{
  "responseText": "Success",
  "responseList": [
    {
      "deviceId": "36103e24-41d8-47c9-b5f7-119f0000000",
      "make": "ingenico",
      "model": "LK2500",
      "lastTransactionDate": null,
      "dateRegistered": "2024-03-05T15:56:04.437",
      "dateDeRegistered": null,
      "serialNumber": "312345692080000000",
      "deviceLicense": null,
      "deviceNickName": "Front Desk POS",
      "connected": true,
      "registered": true,
      "lastConnectedDate": null,
      "lastDisconnectedDate": null
    }
  ],
  "isSuccess": true
}

Authorizations

requestToken
string
header
required

Most endpoints require an organization token. Some endpoints require an application token, and those endpoints are noted.

Path Parameters

entry
string
required

The paypoint's entrypoint identifier. Learn more

Example:

"8cfec329267"

deviceId
string
required

ID of the cloud device.

Example:

"WXGDWB"

Response

200
application/json

Success

Object containing details about cloud devices and their registration history.