Parameters
1 query
Query parameters
· 1lockIdstringRequiredTTLock lock ID (from TTLock API).
Example
12345Sends 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.
1 query
lockIdstringRequiredTTLock lock ID (from TTLock API).
123451 status code documented
successbooleanRequiredTrue if the unlock command was sent successfully.
{
"success": false
}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"All BizKitHub public API endpoints require authentication via API key.