Unlock a Lock
Issue an unlock command on the Device by its Device ID
Unlock Door for Device
Headers
Name
Type
Description
Request Body
Name
Type
Description
{
"action_attempt": {
"status": "pending",
"action_type": "UNLOCK_DOOR",
"action_attempt_id": "e685a885-5f16-4b4d-acd1-22f5c00c6786",
"result": null,
"error": null
},
"ok": true
}{
"error": {
"type": "invalid_input",
"message": "Required for provided \"device_id\"",
"validation_errors": {
"_errors": [],
"device_id": {
"_errors": [
"Required"
]
}
},
"request_id": "87ff554d-e27f-474d-b0f9-200c38ac3ab4"
},
"ok": false
}Code Example
Parameters
Response
JSON format
Last updated
Was this helpful?

