v1

latestOpenAPI 3.0.0Apache 2.02026-07-142008071.1 MB
Devices

GetDeviceCode

Retrieves DeviceCode with the associated ID.

get/v2/devices/codes/{id}

Path parameters

idstring required

The unique identifier for the device code.

Response

Success

Example response

{
  "device_code": {
    "code": "EBCARJ",
    "created_at": "2020-02-06T18:44:33.000Z",
    "device_id": "907CS13101300122",
    "id": "B3Z6NAMYQSMTM",
    "location_id": "B5E4484SHHNYH",
    "name": "Counter 1",
    "pair_by": "2020-02-06T18:49:33.000Z",
    "product_type": "TERMINAL_API",
    "status": "PAIRED",
    "status_changed_at": "2020-02-06T18:47:28.000Z"
  }
}