Device Details

GET /device/deviceID

Example

/device/LT234590POHS 

Parameters

Name
Type
Description

deviceID

string

Device Unique Identifier / Serial Number of Device as unique identifier

Response

{
  "name": "LTE",
  "location": "Bengaluru",
  "serial_number": "LT234590POHS",
  "created_on": 20240804124522,
  "updated_on": 20240804124522,
  "last_connected": 20240804124522,
  "webhook_status": true,
  "webhook_url": "http://bioconnect.in/",
  "webhook_data":["PING","VERIFY","ENROLL"]
}

Last updated

Was this helpful?