v1

latestOpenAPI 3.1.02026-08-0425501.2 MB

Valor Connect Device Status

get/api/vc/devices/status

Headers

appidstring required

Merchant APP ID (Alphanumeric - Length of 32 chars)

appkeystring required

Merchant APP Key (Alphanumeric - Length of 32 chars)

Response

200

codeinteger
statusstring

Example response

{
  "code": 200,
  "status": "OK",
  "devices": [
    {
      "EPI": "2319913808",
      "topic": "6f39e7f79d33cab8a083dacb4be55bf8/UAT/VC/2319913808/POS",
      "Label": "Device1",
      "isOnline": "0",
      "channel_id": "6f39e7f79d33cab8a083dacb4be55bf8"
    }
  ]
}