DocsAPI ReferenceIo T/bff/iot-lock/lock-detail
getIo TAdmin BFF

/bff/iot-lock/lock-detail

Returns full detail of a specific TTLock smart lock including battery level, backup password, active/deleted status, and the assigned administrator contact information.

IoTgetBffIot-lockLock-detail

Parameters

1 query

1 total
Query · 1
idstringRequired

TTLock lock ID (from TTLock API).

Request

GET /bff/iot-lock/lock-detail

get
curl -X GET "https://api.bizkithub.com/bff/iot-lock/lock-detail?id=12345" \
  -H "Content-Type: application/json" \
  -H "Authorization: Bearer YOUR_API_KEY"

Response

JSON payload

{
  "id": 0,
  "alias": "example_alias",
  "electricQuantity": 0,
  "backupPassword": "example_backupPassword",
  "active": false,
  "deleted": false,
  "isOnline": false,
  "uptimePercent": 0,
  "administratorContactExternalId": "example_administratorContactExternalId",
  "administratorName": "example_administratorName"
}

All response codes

1 status code documented

Need an API key?

All BizKitHub API endpoints require authentication via API key.

Get API Key