/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
Query · 1
idstringRequiredTTLock lock ID (from TTLock API).
Request
GET /bff/iot-lock/lock-detail
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.