Parameters
1 query
Query parameters
· 1lockIdstringRequiredTTLock lock ID (from TTLock API).
Example
12345Fetches 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.
1 query
lockIdstringRequiredTTLock lock ID (from TTLock API).
123451 status code documented
successbooleanRequiredAlways true on successful refresh.
{
"success": false
}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"All BizKitHub public API endpoints require authentication via API key.