Unlock a Lock
await seam.locks.unlockDoor({
device_id: "be047431-bf00-4da6-9fc7-0a7796a9b57f",
});{
"action_attempt_id": "5f4e3d2c-1b0a-9f8e-7d6c-5b4a3c2d1e0f",
"action_type": "UNLOCK_DOOR",
"error": null,
"result": {},
"status": "success"
}curl --include --request POST "https://connect.getseam.com/locks/unlock_door" \
--header "Authorization: Bearer $SEAM_API_KEY" \
--json @- <<EOF
{
"device_id": "be047431-bf00-4da6-9fc7-0a7796a9b57f"
}
EOF{
"action_attempt": {
"action_attempt_id": "5f4e3d2c-1b0a-9f8e-7d6c-5b4a3c2d1e0f",
"action_type": "UNLOCK_DOOR",
"error": null,
"result": {},
"status": "success"
}
}Request Parameters
Response
Last updated
Was this helpful?

