/bff/iot-lock/lock-detail-refresh
Fetches the latest lock status from the TTLock API and updates the local database. This includes battery level, gateway connection status, firmware version, and other hardware metadata. If the gateway connection changes, a system log entry is created and email notifications are sent. If battery drops below 25%, a critical notification is triggered. Also auto-generates a new backup password when gateway reconnects.
IoTgetBffIot-lockLock-detail-refresh
Parameters
1 query
Query · 1
lockIdstringRequiredTTLock lock ID (from TTLock API).
Request
GET /bff/iot-lock/lock-detail-refresh
curl -X GET "https://api.bizkithub.com/bff/iot-lock/lock-detail-refresh?lockId=12345" \
-H "Content-Type: application/json" \
-H "Authorization: Bearer YOUR_API_KEY"Response
JSON payload
{
"success": false
}All response codes
1 status code documented
Need an API key?
All BizKitHub API endpoints require authentication via API key.