GET
/
Cloud
/
list
/
{entry}
curl --request GET \
  --url https://api-sandbox.payabli.com/api/Cloud/list/{entry} \
  --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"

Query Parameters

forceRefresh
boolean

When true, the request retrieves an updated list of devices from the processor instead of returning a cached list of devices.

Response

200
application/json

Success

Object containing details about cloud devices and their registration history.