bioConnectAPI
  • Welcome to bioConnect
  • Getting Started
    • Quickstart
  • Webhook
    • Data From Device
  • API Endpoints
    • Endpoints
      • Device Details
      • Employees/Users List
      • Employee/User Details
Powered by GitBook
On this page

Was this helpful?

  1. API Endpoints
  2. Endpoints

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"]
}
{
  "error": "Invalid request"
}
{
  "error": "No Serial Number Found"
}
PreviousEndpointsNextEmployees/Users List

Last updated 9 months ago

Was this helpful?