/bff/iot-lock/unlock-now
Sends an immediate remote unlock command to the lock via the TTLock API. Requires that the lock is connected to a Wi-Fi gateway. The lock must be active and not deleted.
IoTgetBffIot-lockUnlock-now
Parameters
1 query
Query · 1
lockIdstringRequiredTTLock lock ID (from TTLock API).
Request
GET /bff/iot-lock/unlock-now
curl -X GET "https://api.bizkithub.com/bff/iot-lock/unlock-now?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.