LogoLogo
Status PageContact sales
DevelopersIntegration guidesEmbedded componentsSDKs & toolsAPI reference
  • Using the API
    • API overview
    • API responses
  • API
  • Webhooks
Status PageContact sales
APIPay In endpointsCloud devices

List devices

GET
/Cloud/list/:entry
GET
/api/Cloud/list/:entry
1curl https://api-sandbox.payabli.com/api/Cloud/list/8cfec329267 \
2 -H "requestToken: <apiKey>"
Try it
1{
2 "responseText": "Success",
3 "isSuccess": true,
4 "responseList": [
5 {
6 "connected": true,
7 "dateRegistered": "2024-03-05T15:56:04Z",
8 "deviceId": "36103e24-41d8-47c9-b5f7-119f0000000",
9 "deviceNickName": "Front Desk POS",
10 "make": "ingenico",
11 "model": "LK2500",
12 "registered": true,
13 "serialNumber": "312345692080000000"
14 }
15 ]
16}
Get a list of cloud devices registered to an entrypoint.

Path parameters

entrystringRequired
The paypoint's entrypoint identifier. [Learn more](/api-reference/api-overview#entrypoint-vs-entry)

Headers

requestTokenstringRequired

Query parameters

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

Response

Success
responseTextstring
Response text for operation: 'Success' or 'Declined'.
isSuccessboolean or null
Boolean indicating whether the operation was successful. A `true` value indicates success. A `false` value indicates failure.
responseListlist of objects or null
List of devices and history of registration.

Errors

Was this page helpful?
Previous

Get device history

Next
Built with
Success

Response text for operation: ‘Success’ or ‘Declined’.

Boolean indicating whether the operation was successful. A true value indicates success. A false value indicates failure.

The paypoint’s entrypoint identifier. Learn more

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