Implementing Lock Actions
How to process lock and unlock requests and send events that confirm the final outcome.
Lock/unlock command request
{
"action": "unlock",
"custom_id": "req_98aa221" // optional but recommended, allow custom ID to be included.
}Expected synchronous response
{
"action_id": "act_23423",
"custom_id": "req_98aa221",
"status": "pending",
"lock_id": "lock_491829",
"action": "unlock"
}Action completion events
Successful unlock event
Successful lock event
Action attribution
Example:
Failure modes
Examples of device-side failures
Failure event example
Synchronous error example
Last updated
Was this helpful?

