Simulate a Manual Lock Action Using a Keypad
await seam.locks.simulate.manualLockViaKeypad({
device_id: "d0eed522-8c2f-4905-88fd-4fe8b067bedc",
});{
"action_attempt_id": "f0e1d2c3-b4a5-6d7e-8f90-1a2b3c4d5e6f",
"action_type": "SIMULATE_MANUAL_LOCK_VIA_KEYPAD",
"error": null,
"result": {},
"status": "success"
}curl --include --request POST "https://connect.getseam.com/locks/simulate/manual_lock_via_keypad" \
--header "Authorization: Bearer $SEAM_API_KEY" \
--json @- <<EOF
{
"device_id": "d0eed522-8c2f-4905-88fd-4fe8b067bedc"
}
EOF{
"action_attempt": {
"action_attempt_id": "f0e1d2c3-b4a5-6d7e-8f90-1a2b3c4d5e6f",
"action_type": "SIMULATE_MANUAL_LOCK_VIA_KEYPAD",
"error": null,
"result": {},
"status": "success"
}
}Request Parameters
Response
Last updated
Was this helpful?

