Simulate a Keypad Code Entry
await seam.locks.simulate.keypadCodeEntry({
device_id: "97a7a706-05a9-405c-91e5-b03e5b9c2003",
code: "1234",
});{
"action_attempt_id": "9a8b7c6d-5e4f-3a2b-1c0d-9e8f7a6b5c4d",
"action_type": "SIMULATE_KEYPAD_CODE_ENTRY",
"error": null,
"result": {},
"status": "success"
}curl --include --request POST "https://connect.getseam.com/locks/simulate/keypad_code_entry" \
--header "Authorization: Bearer $SEAM_API_KEY" \
--json @- <<EOF
{
"device_id": "97a7a706-05a9-405c-91e5-b03e5b9c2003",
"code": "1234"
}
EOF{
"action_attempt": {
"action_attempt_id": "9a8b7c6d-5e4f-3a2b-1c0d-9e8f7a6b5c4d",
"action_type": "SIMULATE_KEYPAD_CODE_ENTRY",
"error": null,
"result": {},
"status": "success"
}
}Request Parameters
Response
Last updated
Was this helpful?

