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

/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 parameters

· 1
lockIdstringRequired

TTLock lock ID (from TTLock API).

Example12345

Response schema

1 status code documented

200Success
successbooleanRequired

Always true on successful refresh.

Response example

application/json
{
  "success": false
}

Request example

GET /bff/iot-lock/lock-detail-refresh

get
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"

Need an API key?

All BizKitHub public API endpoints require authentication via API key.

Get API Key