Access Events Webhooks

Verkada’s Access Control webhook events allow you to integrate real-time system insights into your third-party applications.

Each webhook payload includes an Access Control Notification Object in the body field. Within this object, the data field contains an Access Control Event Object, which provides detailed information about the specific event. There, you can use the notification_type field to identify the type of event that occurred, along with the other fields for additional context.

For a complete reference, see the “List of Events” section below, which outlines all possible notification_type values and the events that trigger them.

Access Control Notification Object

AttributeTypeDescription
webhook_typeString"notification"
webhook_idStringVerkada defined ID for notification webhook
org_idStringID of organization from which webhook is created.
created_atIntegerTime at which webhook was created. Measured in seconds since the Unix epoch.
dataAccess Control Event ObjectSee below. Access Control specific information related to the event.

Access Control Event Object

AttributeTypeDescription
notification_typeStringThe type of Access Control Event.
device_idStringThe Verkada ID of the access control object associated with the event.
createdIntegerThe Epoch timestamp of the event.
input_valueStringThe credential input value.
door_idStringThe ID of the door associated the access event.
event_idStringVerkada defined ID for the event.
device_typeString"access_control" for all access control events.
directionString"Inbound" or "Outbound" for In/Out Doors.
aux_infoObjectThe information about the AUX device that caused this access event, if one was present.
user_infoObjectThe information about the user associated with this access event, if one was present.
lockdown_infoObjectThe information about the lockdown triggered on this access event, if one was triggered.
door_infoObjectThe information about the door associated with the access event.

Aux Information Object

AttributeTypeDescription
aux_input_idStringThe ID of the AUX that triggered the event.
aux_input_nameStringThe name of the AUX that triggered the event.
siteSite ObjectInformation about the site the AUX device that triggered the event is in.

User Information Object

AttributeTypeDescription
user_idStringThe ID of the user that triggered the event.
nameStringThe name of the user that triggered the event.
emailStringThe email of the user that triggered the event.
first_nameStringThe first name of the user that triggered the event.
last_nameStringThe last name of the user that triggered the event.
phoneStringThe phone number of the user that triggered the event.

Lockdown Information Object

AttributeTypeDescription
lockdown_idStringThe ID number of the lockdown associated with the event.
lockdown_nameStringThe name of the lockdown associated with the event.
messageStringThe message of the lockdown associated with the event.
actionStringThe action on the lockdown associated with the event.
enabledStringBoolean indicating whether the lockdown has been enabled.
siteSite ObjectInformation about the site where the lockdown occurred.

Door Information Object

AttributeTypeDescription
acu_nameStringThe name of the ACU to which the door is attached.
acu_idStringThe ID of the ACU to which the door is attached.
nameStringThe name of the door.
door_idStringThe Verkada defined ID of the door.
siteSite ObjectInformation about the site the door is in.

Site Object

AttributeTypeDescription
nameStringThe name of the site.
site_idStringThe ID of the site.

List of Events

Access Granted and Denied Events

notification_typeEvent Description
door_keycard_entered_acceptedAccess granted with keycard or fob
door_keycard_entered_rejectedAccess denied with keycard or fob
door_mobile_nfc_scan_acceptedAccess granted with mobile NFC credential
door_mobile_nfc_scan_rejectedAccess denied with mobile NFC credential
door_ble_unlock_attempt_acceptedAccess granted with bluetooth credential
door_ble_unlock_attempt_rejectedAccess denied with bluetooth credential
door_code_entered_acceptedAccess granted via entry code
door_code_entered_rejectedAccess denied via entry code
door_lp_presented_acceptedAccess granted with license plate
door_lp_presented_rejectedAccess denied with license plate
door_remote_unlock_acceptedWeb unlock from Command, or
Remote unlock from Pass App, or
Nearby unlock from Pass Ap

Supervised Wiring Events

notification_typeEvent Description
door_acu_dpi_cutDPI supervised wiring cut
door_acu_dpi_shortDPI supervised wiring shorted
door_acu_rex_cutREX supervised wiring cut
door_acu_rex_shortREX supervised wiring shorted
door_acu_auxinput_cutAUX input supervised wiring cut
door_acu_auxinput_shortAUX input supervised wiring shorted

Aux Input and Output Events

notification_typeEvent Description
door_aux_unlockDoor unlocked via aux input
door_auxinput_change_stateAux input changes from open to closed
door_auxoutput_activatedAux output activated
door_auxoutput_deactivatedAux output deactivated

Anti-Passback Events

notification_typeEvent Description
door_apb_double_exitAnti passback double exit violation
door_apb_double_entryAnti passback double entry violation

Miscellaneous Door Events

notification_typeEvent Description
door_openedDoor opened
door_held_openDoor held open
door_forced_openDoor forced open
door_lock_state_changedOverride schedule from command, or
Door changes to a new schedule block, or
Selecting a new schedule on command that is not "Always Access Controlled (Default)"
door_lockdownLockdown activated, or
Lockdown deactivated
door_tailgatingTailgating detected
door_schedule_override_appliedDouble badge schedule override applied, or
Aux input schedule override applied
door_schedule_override_removedDouble badge schedule override removed, or
Aux input schedule override removed
door_tamperWireless lock tamper

Miscellaneous ACU Events

notification_typeEvent Description
door_acu_tamperTamper with the ACU enclosure
door_acu_fire_alarm_triggeredFAI triggered
door_acu_fire_alarm_releasedFAI released

Example Payloads

Access Granted and Denied Events

door_keycard_entered_accepted

{
  "org_id": "a74fc6a6-4fc5-4e5c-88e5-57301683327a",
  "webhook_type": "notification",
  "created_at": 1692131003,
  "webhook_id": "457eb610-03b4-4fa0-a8c7-c06f3142df50",
  "data": {
    "event_id": "0a626165-d71c-4d2d-bc0b-8cfafc1edacc",
    "device_id": "14828dd8-4988-46aa-93fb-d176dfbaefc4",
    "created": 1744674135,
    "notification_type": "door_keycard_entered_accepted",
    "device_type": "access_control",
    "door_id": "14828dd8-4988-46aa-93fb-d176dfbaefc4",
    "direction": null,
    "input_value": "109|35302",
    "aux_info": null,
    "user_info": {
      "user_id": "53a68297-9fa8-4848-8cb3-9815d4a511dc",
      "name": "John Smith",
      "email": "[email protected]",
      "first_name": "John",
      "last_name": "Smith",
      "phone": "+1234567890"
    },
    "lockdown_info": null,
    "door_info": {
      "acu_name": "Lobby Door Controller",
      "acu_id": "8adf16e0-a52a-45d1-8b68-efc5d6fb64ba",
      "name": "Front Door",
      "door_id": "14828dd8-4988-46aa-93fb-d176dfbaefc4",
      "site": {
        "name": "HQ",
        "site_id": "42338454-dc42-4d25-80ce-35e42c2d0578"
      },
      "api_control_enabled": null,
      "camera_info": null
    }
  }
}

door_keycard_entered_rejected

{
  "org_id": "a74fc6a6-4fc5-4e5c-88e5-57301683327a",
  "webhook_type": "notification",
  "created_at": 1692131003,
  "webhook_id": "457eb610-03b4-4fa0-a8c7-c06f3142df50",
  "data": {
    "event_id": "7b8f209b-659f-4eaa-b9d8-794b88f57fb3",
    "device_id": "14828dd8-4988-46aa-93fb-d176dfbaefc4",
    "created": 1744674193,
    "notification_type": "door_keycard_entered_rejected",
    "device_type": "access_control",
    "door_id": "14828dd8-4988-46aa-93fb-d176dfbaefc4",
    "direction": null,
    "input_value": "1000110110100000000000010111100100000101",
    "aux_info": null,
    "user_info": null,
    "lockdown_info": null,
    "door_info": {
      "acu_name": "Lobby Door Controller",
      "acu_id": "8adf16e0-a52a-45d1-8b68-efc5d6fb64ba",
      "name": "Front Door",
      "door_id": "14828dd8-4988-46aa-93fb-d176dfbaefc4",
      "site": {
        "name": "HQ",
        "site_id": "42338454-dc42-4d25-80ce-35e42c2d0578"
      },
      "api_control_enabled": null,
      "camera_info": null
    }
  }
}

door_mobile_nfc_scan_accepted

{
  "org_id": "a74fc6a6-4fc5-4e5c-88e5-57301683327a",
  "webhook_type": "notification",
  "created_at": 1692131003,
  "webhook_id": "457eb610-03b4-4fa0-a8c7-c06f3142df50",
  "data": {
    "event_id": "1260fcfb-cfe9-45ff-91db-81045b987645",
    "device_id": "14828dd8-4988-46aa-93fb-d176dfbaefc4",
    "created": 1744748612,
    "notification_type": "door_mobile_nfc_scan_accepted",
    "device_type": "access_control",
    "door_id": "14828dd8-4988-46aa-93fb-d176dfbaefc4",
    "direction": null,
    "input_value": "1001100100000001000111011000010011100101",
    "aux_info": null,
    "user_info": {
      "user_id": "53a68297-9fa8-4848-8cb3-9815d4a511dc",
      "name": "John Smith",
      "email": "[email protected]",
      "first_name": "John",
      "last_name": "Smith",
      "phone": "+1234567890"
    },
    "lockdown_info": null,
    "door_info": {
      "acu_name": "Lobby Door Controller",
      "acu_id": "8adf16e0-a52a-45d1-8b68-efc5d6fb64ba",
      "name": "Front Door",
      "door_id": "14828dd8-4988-46aa-93fb-d176dfbaefc4",
      "site": {
        "name": "HQ",
        "site_id": "42338454-dc42-4d25-80ce-35e42c2d0578"
      },
      "api_control_enabled": null,
      "camera_info": null
    }
  }
}

door_mobile_nfc_scan_rejected

{
  "org_id": "a74fc6a6-4fc5-4e5c-88e5-57301683327a",
  "webhook_type": "notification",
  "created_at": 1692131003,
  "webhook_id": "457eb610-03b4-4fa0-a8c7-c06f3142df50",
  "data": {
    "event_id": "456c219c-daa5-4adc-8566-4d2164351aa3",
    "device_id": "14828dd8-4988-46aa-93fb-d176dfbaefc4",
    "created": 1744748736,
    "notification_type": "door_mobile_nfc_scan_rejected",
    "device_type": "access_control",
    "door_id": "14828dd8-4988-46aa-93fb-d176dfbaefc4",
    "direction": null,
    "input_value": "1001100100000001000111011000010011100101",
    "aux_info": null,
    "user_info": {
      "user_id": "53a68297-9fa8-4848-8cb3-9815d4a511dc",
      "name": "John Smith",
      "email": "[email protected]",
      "first_name": "John",
      "last_name": "Smith",
      "phone": "+1234567890"
    },
    "lockdown_info": null,
    "door_info": {
      "acu_name": "Lobby Door Controller",
      "acu_id": "8adf16e0-a52a-45d1-8b68-efc5d6fb64ba",
      "name": "Front Door",
      "door_id": "14828dd8-4988-46aa-93fb-d176dfbaefc4",
      "site": {
        "name": "HQ",
        "site_id": "42338454-dc42-4d25-80ce-35e42c2d0578"
      },
      "api_control_enabled": null,
      "camera_info": null
    }
  }
}

door_ble_unlock_attempt_accepted

{
  "org_id": "a74fc6a6-4fc5-4e5c-88e5-57301683327a",
  "webhook_type": "notification",
  "created_at": 1692131003,
  "webhook_id": "457eb610-03b4-4fa0-a8c7-c06f3142df50",
  "data": {
    "event_id": "2d626af5-06d7-4870-a6c1-d2859385bd1f",
    "device_id": "14828dd8-4988-46aa-93fb-d176dfbaefc4",
    "created": 1744749019,
    "notification_type": "door_ble_unlock_attempt_accepted",
    "device_type": "access_control",
    "door_id": "14828dd8-4988-46aa-93fb-d176dfbaefc4",
    "direction": null,
    "input_value": "18678720ef657a96dbf01eef257e1bf24a479934f49e017579f64eb1b83a2265",
    "aux_info": null,
    "user_info": {
      "user_id": "53a68297-9fa8-4848-8cb3-9815d4a511dc",
      "name": "John Smith",
      "email": "[email protected]",
      "first_name": "John",
      "last_name": "Smith",
      "phone": "+1234567890"
    },
    "lockdown_info": null,
    "door_info": {
      "acu_name": "Lobby Door Controller",
      "acu_id": "8adf16e0-a52a-45d1-8b68-efc5d6fb64ba",
      "name": "Front Door",
      "door_id": "14828dd8-4988-46aa-93fb-d176dfbaefc4",
      "site": {
        "name": "HQ",
        "site_id": "42338454-dc42-4d25-80ce-35e42c2d0578"
      },
      "api_control_enabled": null,
      "camera_info": null
    }
  }
}

door_ble_unlock_attempt_rejected

{
  "org_id": "a74fc6a6-4fc5-4e5c-88e5-57301683327a",
  "webhook_type": "notification",
  "created_at": 1692131003,
  "webhook_id": "457eb610-03b4-4fa0-a8c7-c06f3142df50",
  "data": {
    "event_id": "8bb49421-d203-476a-b655-7228c184055d",
    "device_id": "14828dd8-4988-46aa-93fb-d176dfbaefc4",
    "created": 1744748873,
    "notification_type": "door_ble_unlock_attempt_rejected",
    "device_type": "access_control",
    "door_id": "14828dd8-4988-46aa-93fb-d176dfbaefc4",
    "direction": null,
    "input_value": "18678720ef657a96dbf01eef257e1bf24a479934f49e017579f64eb1b83a2265",
    "aux_info": null,
    "user_info": {
      "user_id": "53a68297-9fa8-4848-8cb3-9815d4a511dc",
      "name": "John Smith",
      "email": "[email protected]",
      "first_name": "John",
      "last_name": "Smith",
      "phone": "+1234567890"
    },
    "lockdown_info": null,
    "door_info": {
      "acu_name": "Lobby Door Controller",
      "acu_id": "8adf16e0-a52a-45d1-8b68-efc5d6fb64ba",
      "name": "Front Door",
      "door_id": "14828dd8-4988-46aa-93fb-d176dfbaefc4",
      "site": {
        "name": "HQ",
        "site_id": "42338454-dc42-4d25-80ce-35e42c2d0578"
      },
      "api_control_enabled": null,
      "camera_info": null
    }
  }
}

door_code_entered_accepted

{
  "org_id": "a74fc6a6-4fc5-4e5c-88e5-57301683327a",
  "webhook_type": "notification",
  "created_at": 1692131003,
  "webhook_id": "457eb610-03b4-4fa0-a8c7-c06f3142df50",
  "data": {
    "event_id": "21188b74-f003-4630-9668-a63ead26f710",
    "device_id": "14828dd8-4988-46aa-93fb-d176dfbaefc4",
    "created": 1744749519,
    "notification_type": "door_code_entered_accepted",
    "device_type": "access_control",
    "door_id": "14828dd8-4988-46aa-93fb-d176dfbaefc4",
    "direction": null,
    "input_value": "1234",
    "aux_info": null,
    "user_info": {
      "user_id": "53a68297-9fa8-4848-8cb3-9815d4a511dc",
      "name": "John Smith",
      "email": "[email protected]",
      "first_name": "John",
      "last_name": "Smith",
      "phone": "+1234567890"
    },
    "lockdown_info": null,
    "door_info": {
      "acu_name": "Lobby Door Controller",
      "acu_id": "8adf16e0-a52a-45d1-8b68-efc5d6fb64ba",
      "name": "Front Door",
      "door_id": "14828dd8-4988-46aa-93fb-d176dfbaefc4",
      "site": {
        "name": "HQ",
        "site_id": "42338454-dc42-4d25-80ce-35e42c2d0578"
      },
      "api_control_enabled": null,
      "camera_info": null
    }
  }
}

door_code_entered_rejected

{
  "org_id": "a74fc6a6-4fc5-4e5c-88e5-57301683327a",
  "webhook_type": "notification",
  "created_at": 1692131003,
  "webhook_id": "457eb610-03b4-4fa0-a8c7-c06f3142df50",
  "data": {
    "event_id": "c171923a-cea7-4bf2-a3b8-b6c18c2689a8",
    "device_id": "14828dd8-4988-46aa-93fb-d176dfbaefc4",
    "created": 1744749554,
    "notification_type": "door_code_entered_rejected",
    "device_type": "access_control",
    "door_id": "14828dd8-4988-46aa-93fb-d176dfbaefc4",
    "direction": null,
    "input_value": "23689569",
    "aux_info": null,
    "user_info": null,
    "lockdown_info": null,
    "door_info": {
      "acu_name": "Lobby Door Controller",
      "acu_id": "8adf16e0-a52a-45d1-8b68-efc5d6fb64ba",
      "name": "Front Door",
      "door_id": "14828dd8-4988-46aa-93fb-d176dfbaefc4",
      "site": {
        "name": "HQ",
        "site_id": "42338454-dc42-4d25-80ce-35e42c2d0578"
      },
      "api_control_enabled": null,
      "camera_info": null
    }
  }
}

door_lp_presented_accepted

{
  "org_id": "a74fc6a6-4fc5-4e5c-88e5-57301683327a",
  "webhook_type": "notification",
  "created_at": 1692131003,
  "webhook_id": "457eb610-03b4-4fa0-a8c7-c06f3142df50",
  "data": {
    "event_id": "ee0b0eb9-df4e-4612-afda-731947c4bc3e",
    "device_id": "a7531e1f-4b9c-468c-990c-e7a2f86e8243",
    "created": 1744992981,
    "notification_type": "door_lp_presented_accepted",
    "device_type": "access_control",
    "door_id": "a7531e1f-4b9c-468c-990c-e7a2f86e8243",
    "direction": null,
    "input_value": "8X0P949",
    "aux_info": null,
    "user_info": {
      "user_id": "ae12b810-3868-41fe-8f05-36d152ea9a8e",
      "name": "John Smith",
      "email": "[email protected]",
      "first_name": "John",
      "last_name": "Smith",
      "phone": "+1234567890"
    },
    "lockdown_info": null,
    "door_info": {
      "acu_name": "Lobby Door Controller",
      "acu_id": "8adf16e0-a52a-45d1-8b68-efc5d6fb64ba",
      "name": "Front Door",
      "door_id": "a7531e1f-4b9c-468c-990c-e7a2f86e8243",
      "site": {
        "name": "HQ",
        "site_id": "42338454-dc42-4d25-80ce-35e42c2d0578"
      },
      "api_control_enabled": null,
      "camera_info": null
    }
  }
}

door_lp_presented_rejected

{
  "org_id": "a74fc6a6-4fc5-4e5c-88e5-57301683327a",
  "webhook_type": "notification",
  "created_at": 1692131003,
  "webhook_id": "457eb610-03b4-4fa0-a8c7-c06f3142df50",
  "data": {
    "event_id": "1576603a-950b-4f8a-b833-92a955910e0f",
    "device_id": "a7531e1f-4b9c-468c-990c-e7a2f86e8243",
    "created": 1744935239,
    "notification_type": "door_lp_presented_rejected",
    "device_type": "access_control",
    "door_id": "a7531e1f-4b9c-468c-990c-e7a2f86e8243",
    "direction": null,
    "input_value": "8MVB971",
    "aux_info": null,
    "user_info": null,
    "lockdown_info": null,
    "door_info": {
      "acu_name": "Lobby Door Controller",
      "acu_id": "8adf16e0-a52a-45d1-8b68-efc5d6fb64ba",
      "name": "Front Door",
      "door_id": "a7531e1f-4b9c-468c-990c-e7a2f86e8243",
      "site": {
        "name": "HQ",
        "site_id": "42338454-dc42-4d25-80ce-35e42c2d0578"
      },
      "api_control_enabled": null,
      "camera_info": null
    }
  }
}

door_remote_unlock_accepted

{
  "org_id": "a74fc6a6-4fc5-4e5c-88e5-57301683327a",
  "webhook_type": "notification",
  "created_at": 1692131003,
  "webhook_id": "457eb610-03b4-4fa0-a8c7-c06f3142df50",
  "data": {
    "event_id": "bbeb5883-a06d-491b-b651-6fb5404173b9",
    "device_id": "14828dd8-4988-46aa-93fb-d176dfbaefc4",
    "created": 1744749072,
    "notification_type": "door_remote_unlock_accepted",
    "device_type": "access_control",
    "door_id": "14828dd8-4988-46aa-93fb-d176dfbaefc4",
    "direction": null,
    "input_value": null,
    "aux_info": null,
    "user_info": {
      "user_id": "53a68297-9fa8-4848-8cb3-9815d4a511dc",
      "name": "John Smith",
      "email": "[email protected]",
      "first_name": "John",
      "last_name": "Smith",
      "phone": "+1234567890"
    },
    "lockdown_info": null,
    "door_info": {
      "acu_name": "Lobby Door Controller",
      "acu_id": "8adf16e0-a52a-45d1-8b68-efc5d6fb64ba",
      "name": "Front Door",
      "door_id": "14828dd8-4988-46aa-93fb-d176dfbaefc4",
      "site": {
        "name": "HQ",
        "site_id": "42338454-dc42-4d25-80ce-35e42c2d0578"
      },
      "api_control_enabled": null,
      "camera_info": null
    }
  }
}

Supervised Wiring Events

door_acu_dpi_cut

{
  "org_id": "a74fc6a6-4fc5-4e5c-88e5-57301683327a",
  "webhook_type": "notification",
  "created_at": 1692131003,
  "webhook_id": "457eb610-03b4-4fa0-a8c7-c06f3142df50",
  "data": {
    "event_id": "c8c41b28-3249-4e42-90c6-9697dd8f6cc7",
    "device_id": "97a635b3-3385-4485-a531-fd94ab6c2dbd",
    "created": 1744936253,
    "notification_type": "door_acu_dpi_cut",
    "device_type": "access_control",
    "door_id": null,
    "direction": null,
    "input_value": null,
    "aux_info": null,
    "user_info": null,
    "lockdown_info": null,
    "door_info": {
      "acu_name": "Lobby Door Controller",
      "acu_id": "8adf16e0-a52a-45d1-8b68-efc5d6fb64ba",
      "name": "Front Door",
      "door_id": null,
      "site": {
        "name": "HQ",
        "site_id": "42338454-dc42-4d25-80ce-35e42c2d0578"
      },
      "api_control_enabled": null,
      "camera_info": null
    }
  }
}

door_acu_dpi_short

{
  "org_id": "a74fc6a6-4fc5-4e5c-88e5-57301683327a",
  "webhook_type": "notification",
  "created_at": 1692131003,
  "webhook_id": "457eb610-03b4-4fa0-a8c7-c06f3142df50",
  "data": {
    "event_id": "acd63648-9c3f-4415-bc7c-b44b1fa8c121",
    "device_id": "97a635b3-3385-4485-a531-fd94ab6c2dbd",
    "created": 1744936231,
    "notification_type": "door_acu_dpi_short",
    "device_type": "access_control",
    "door_id": null,
    "direction": null,
    "input_value": null,
    "aux_info": null,
    "user_info": null,
    "lockdown_info": null,
    "door_info": {
      "acu_name": "Lobby Door Controller",
      "acu_id": "8adf16e0-a52a-45d1-8b68-efc5d6fb64ba",
      "name": "Front Door",
      "door_id": null,
      "site": {
        "name": "HQ",
        "site_id": "42338454-dc42-4d25-80ce-35e42c2d0578"
      },
      "api_control_enabled": null,
      "camera_info": null
    }
  }
}

door_acu_rex_cut

{
  "org_id": "a74fc6a6-4fc5-4e5c-88e5-57301683327a",
  "webhook_type": "notification",
  "created_at": 1692131003,
  "webhook_id": "457eb610-03b4-4fa0-a8c7-c06f3142df50",
  "data": {
    "event_id": "66c6c2b7-fd16-46a0-9000-daf053413929",
    "device_id": "97a635b3-3385-4485-a531-fd94ab6c2dbd",
    "created": 1744936497,
    "notification_type": "door_acu_rex_cut",
    "device_type": "access_control",
    "door_id": null,
    "direction": null,
    "input_value": null,
    "aux_info": null,
    "user_info": null,
    "lockdown_info": null,
    "door_info": {
      "acu_name": "Lobby Door Controller",
      "acu_id": "8adf16e0-a52a-45d1-8b68-efc5d6fb64ba",
      "name": "Front Door",
      "door_id": null,
      "site": {
        "name": "HQ",
        "site_id": "42338454-dc42-4d25-80ce-35e42c2d0578"
      },
      "api_control_enabled": null,
      "camera_info": null
    }
  }
}

door_acu_rex_short

{
  "org_id": "a74fc6a6-4fc5-4e5c-88e5-57301683327a",
  "webhook_type": "notification",
  "created_at": 1692131003,
  "webhook_id": "457eb610-03b4-4fa0-a8c7-c06f3142df50",
  "data": {
    "event_id": "1d9083e7-276e-47c4-940c-7b2d038ea43c",
    "device_id": "97a635b3-3385-4485-a531-fd94ab6c2dbd",
    "created": 1744936492,
    "notification_type": "door_acu_rex_short",
    "device_type": "access_control",
    "door_id": null,
    "direction": null,
    "input_value": null,
    "aux_info": null,
    "user_info": null,
    "lockdown_info": null,
    "door_info": {
      "acu_name": "Lobby Door Controller",
      "acu_id": "8adf16e0-a52a-45d1-8b68-efc5d6fb64ba",
      "name": "Front Door",
      "door_id": null,
      "site": {
        "name": "HQ",
        "site_id": "42338454-dc42-4d25-80ce-35e42c2d0578"
      },
      "api_control_enabled": null,
      "camera_info": null
    }
  }
}

door_acu_auxinput_cut

{
  "org_id": "a74fc6a6-4fc5-4e5c-88e5-57301683327a",
  "webhook_type": "notification",
  "created_at": 1692131003,
  "webhook_id": "457eb610-03b4-4fa0-a8c7-c06f3142df50",
  "data": {
    "event_id": "6e110113-d225-4b3d-8fe9-a90f02fe4e11",
    "device_id": "97a635b3-3385-4485-a531-fd94ab6c2dbd",
    "created": 1744936575,
    "notification_type": "door_acu_auxinput_cut",
    "device_type": "access_control",
    "door_id": null,
    "direction": null,
    "input_value": null,
    "aux_info": null,
    "user_info": null,
    "lockdown_info": null,
    "door_info": {
      "acu_name": "Lobby Door Controller",
      "acu_id": "8adf16e0-a52a-45d1-8b68-efc5d6fb64ba",
      "name": "Front Door",
      "door_id": null,
      "site": {
        "name": "HQ",
        "site_id": "42338454-dc42-4d25-80ce-35e42c2d0578"
      },
      "api_control_enabled": null,
      "camera_info": null
    }
  }
}

door_acu_auxinput_short

{
  "org_id": "a74fc6a6-4fc5-4e5c-88e5-57301683327a",
  "webhook_type": "notification",
  "created_at": 1692131003,
  "webhook_id": "457eb610-03b4-4fa0-a8c7-c06f3142df50",
  "data": {
    "event_id": "b07ed322-7bf0-4db5-a0ee-091f49cfc6f1",
    "device_id": "97a635b3-3385-4485-a531-fd94ab6c2dbd",
    "created": 1744936639,
    "notification_type": "door_acu_auxinput_short",
    "device_type": "access_control",
    "door_id": null,
    "direction": null,
    "input_value": null,
    "aux_info": null,
    "user_info": null,
    "lockdown_info": null,
    "door_info": {
      "acu_name": "Lobby Door Controller",
      "acu_id": "8adf16e0-a52a-45d1-8b68-efc5d6fb64ba",
      "name": "Front Door",
      "door_id": null,
      "site": {
        "name": "HQ",
        "site_id": "42338454-dc42-4d25-80ce-35e42c2d0578"
      },
      "api_control_enabled": null,
      "camera_info": null
    }
  }
}

Aux Input and Output Events

door_aux_unlock

{
  "org_id": "a74fc6a6-4fc5-4e5c-88e5-57301683327a",
  "webhook_type": "notification",
  "created_at": 1692131003,
  "webhook_id": "457eb610-03b4-4fa0-a8c7-c06f3142df50",
  "data": {
    "event_id": "958dc72a-9166-4245-b847-ca83340db8a6",
    "device_id": "14828dd8-4988-46aa-93fb-d176dfbaefc4",
    "created": 1744749700,
    "notification_type": "door_aux_unlock",
    "device_type": "access_control",
    "door_id": "14828dd8-4988-46aa-93fb-d176dfbaefc4",
    "direction": null,
    "input_value": null,
    "aux_info": {
      "aux_input_id": "d7c8b361-791c-4356-bbc6-ef3689adb43e",
      "aux_input_name": "unlock ac12 door",
      "site": {
        "name": "HQ",
        "site_id": "42338454-dc42-4d25-80ce-35e42c2d0578"
      }
    },
    "user_info": null,
    "lockdown_info": null,
    "door_info": {
      "acu_name": "Lobby Door Controller",
      "acu_id": "8adf16e0-a52a-45d1-8b68-efc5d6fb64ba",
      "name": "Front Door",
      "door_id": "14828dd8-4988-46aa-93fb-d176dfbaefc4",
      "site": {
        "name": "HQ",
        "site_id": "42338454-dc42-4d25-80ce-35e42c2d0578"
      },
      "api_control_enabled": null,
      "camera_info": null
    }
  }
}

door_auxinput_change_state

{
  "org_id": "a74fc6a6-4fc5-4e5c-88e5-57301683327a",
  "webhook_type": "notification",
  "created_at": 1692131003,
  "webhook_id": "457eb610-03b4-4fa0-a8c7-c06f3142df50",
  "data": {
    "event_id": "8783a826-7242-4ecf-a4a3-f11f504c74d8",
    "device_id": "d7c8b361-791c-4356-bbc6-ef3689adb43e",
    "created": 1744749766,
    "notification_type": "door_auxinput_change_state",
    "device_type": "access_control",
    "door_id": null,
    "direction": null,
    "input_value": "True",
    "aux_info": null,
    "user_info": null,
    "lockdown_info": null,
    "door_info": {
      "acu_name": "Lobby Door Controller",
      "acu_id": "8adf16e0-a52a-45d1-8b68-efc5d6fb64ba",
      "name": "Front Door",
      "door_id": null,
      "site": {
        "name": "HQ",
        "site_id": "42338454-dc42-4d25-80ce-35e42c2d0578"
      },
      "api_control_enabled": null,
      "camera_info": null
    }
  }
}

door_auxoutput_activated

{
  "org_id": "a74fc6a6-4fc5-4e5c-88e5-57301683327a",
  "webhook_type": "notification",
  "created_at": 1692131003,
  "webhook_id": "457eb610-03b4-4fa0-a8c7-c06f3142df50",
  "data": {
    "event_id": "0a9d09dc-e6b4-4ca0-ac3b-df5c70d4a506",
    "device_id": "7917177b-4a70-4520-b3ba-db34070fad40",
    "created": 1744751212,
    "notification_type": "door_auxoutput_activated",
    "device_type": "access_control",
    "door_id": null,
    "direction": null,
    "input_value": null,
    "aux_info": null,
    "user_info": null,
    "lockdown_info": null,
    "door_info": null
  }
}

door_auxoutput_deactivated

{
  "org_id": "a74fc6a6-4fc5-4e5c-88e5-57301683327a",
  "webhook_type": "notification",
  "created_at": 1692131003,
  "webhook_id": "457eb610-03b4-4fa0-a8c7-c06f3142df50",
  "data": {
    "event_id": "d71b466d-c9f0-4ab6-964f-3883a6959fe5",
    "device_id": "7917177b-4a70-4520-b3ba-db34070fad40",
    "created": 1744751214,
    "notification_type": "door_auxoutput_deactivated",
    "device_type": "access_control",
    "door_id": null,
    "direction": null,
    "input_value": null,
    "aux_info": null,
    "user_info": null,
    "lockdown_info": null,
    "door_info": null
  }
}

Anti-Passback Events

door_apb_double_exit

{
  "org_id": "a74fc6a6-4fc5-4e5c-88e5-57301683327a",
  "webhook_type": "notification",
  "created_at": 1692131003,
  "webhook_id": "457eb610-03b4-4fa0-a8c7-c06f3142df50",
  "data": {
    "event_id": "2440b9b8-b60f-462d-920a-9f9f3b3f0aed",
    "device_id": "97f1b498-8b87-45bc-8041-a943e559a8e3",
    "created": 1744756430,
    "notification_type": "door_apb_double_exit",
    "device_type": "access_control",
    "door_id": "14828dd8-4988-46aa-93fb-d176dfbaefc4",
    "direction": null,
    "input_value": null,
    "aux_info": null,
    "user_info": {
      "user_id": "53a68297-9fa8-4848-8cb3-9815d4a511dc",
      "name": "John Smith",
      "email": "[email protected]",
      "first_name": "John",
      "last_name": "Smith",
      "phone": "+1234567890"
    },
    "lockdown_info": null,
    "door_info": null
  }
}

door_apb_double_entry

{
  "org_id": "a74fc6a6-4fc5-4e5c-88e5-57301683327a",
  "webhook_type": "notification",
  "created_at": 1692131003,
  "webhook_id": "457eb610-03b4-4fa0-a8c7-c06f3142df50",
  "data": {
    "event_id": "40c9eca2-b33a-4f05-a143-a3ccc344cb8c",
    "device_id": "97f1b498-8b87-45bc-8041-a943e559a8e3",
    "created": 1744756926,
    "notification_type": "door_apb_double_entry",
    "device_type": "access_control",
    "door_id": "14828dd8-4988-46aa-93fb-d176dfbaefc4",
    "direction": null,
    "input_value": null,
    "aux_info": null,
    "user_info": {
      "user_id": "53a68297-9fa8-4848-8cb3-9815d4a511dc",
      "name": "John Smith",
      "email": "[email protected]",
      "first_name": "John",
      "last_name": "Smith",
      "phone": "+1234567890"
    },
    "lockdown_info": null,
    "door_info": null
  }
}

Miscellaneous Door Events

door_opened

{
  "org_id": "a74fc6a6-4fc5-4e5c-88e5-57301683327a",
  "webhook_type": "notification",
  "created_at": 1692131003,
  "webhook_id": "457eb610-03b4-4fa0-a8c7-c06f3142df50",
  "data": {
    "event_id": "b0b30435-79bd-47f4-8537-f4bde0500ae9",
    "device_id": "14828dd8-4988-46aa-93fb-d176dfbaefc4",
    "created": 1744750321,
    "notification_type": "door_opened",
    "device_type": "access_control",
    "door_id": "14828dd8-4988-46aa-93fb-d176dfbaefc4",
    "direction": null,
    "input_value": null,
    "aux_info": null,
    "user_info": null,
    "lockdown_info": null,
    "door_info": {
      "acu_name": "Lobby Door Controller",
      "acu_id": "8adf16e0-a52a-45d1-8b68-efc5d6fb64ba",
      "name": "Front Door",
      "door_id": "14828dd8-4988-46aa-93fb-d176dfbaefc4",
      "site": {
        "name": "HQ",
        "site_id": "42338454-dc42-4d25-80ce-35e42c2d0578"
      },
      "api_control_enabled": null,
      "camera_info": null
    }
  }
}

door_held_open

{
  "org_id": "a74fc6a6-4fc5-4e5c-88e5-57301683327a",
  "webhook_type": "notification",
  "created_at": 1692131003,
  "webhook_id": "457eb610-03b4-4fa0-a8c7-c06f3142df50",
  "data": {
    "event_id": "679994b1-f360-45fe-a6ee-49537539ff8d",
    "device_id": "14828dd8-4988-46aa-93fb-d176dfbaefc4",
    "created": 1744750331,
    "notification_type": "door_held_open",
    "device_type": "access_control",
    "door_id": "14828dd8-4988-46aa-93fb-d176dfbaefc4",
    "direction": null,
    "input_value": null,
    "aux_info": null,
    "user_info": null,
    "lockdown_info": null,
    "door_info": {
      "acu_name": "Lobby Door Controller",
      "acu_id": "8adf16e0-a52a-45d1-8b68-efc5d6fb64ba",
      "name": "Front Door",
      "door_id": "14828dd8-4988-46aa-93fb-d176dfbaefc4",
      "site": {
        "name": "HQ",
        "site_id": "42338454-dc42-4d25-80ce-35e42c2d0578"
      },
      "api_control_enabled": null,
      "camera_info": null
    }
  }
}

door_forced_open

{
  "org_id": "a74fc6a6-4fc5-4e5c-88e5-57301683327a",
  "webhook_type": "notification",
  "created_at": 1692131003,
  "webhook_id": "457eb610-03b4-4fa0-a8c7-c06f3142df50",
  "data": {
    "event_id": "bb58af72-1832-4dfb-b300-d1d1ec8a68f8",
    "device_id": "14828dd8-4988-46aa-93fb-d176dfbaefc4",
    "created": 1744757081,
    "notification_type": "door_forced_open",
    "device_type": "access_control",
    "door_id": "14828dd8-4988-46aa-93fb-d176dfbaefc4",
    "direction": null,
    "input_value": null,
    "aux_info": null,
    "user_info": null,
    "lockdown_info": null,
    "door_info": {
      "acu_name": "Lobby Door Controller",
      "acu_id": "8adf16e0-a52a-45d1-8b68-efc5d6fb64ba",
      "name": "Front Door",
      "door_id": "14828dd8-4988-46aa-93fb-d176dfbaefc4",
      "site": {
        "name": "HQ",
        "site_id": "42338454-dc42-4d25-80ce-35e42c2d0578"
      },
      "api_control_enabled": null,
      "camera_info": null
    }
  }
}

door_lock_state_changed

{
  "org_id": "a74fc6a6-4fc5-4e5c-88e5-57301683327a",
  "webhook_type": "notification",
  "created_at": 1692131003,
  "webhook_id": "457eb610-03b4-4fa0-a8c7-c06f3142df50",
  "data": {
    "event_id": "af492a07-e4d1-49db-a448-a43eaaf9a6c1",
    "device_id": "14828dd8-4988-46aa-93fb-d176dfbaefc4",
    "created": 1744751923,
    "notification_type": "door_lock_state_changed",
    "device_type": "access_control",
    "door_id": "14828dd8-4988-46aa-93fb-d176dfbaefc4",
    "direction": null,
    "input_value": null,
    "aux_info": null,
    "user_info": {
      "user_id": "53a68297-9fa8-4848-8cb3-9815d4a511dc",
      "name": "John Smith",
      "email": "[email protected]",
      "first_name": "John",
      "last_name": "Smith",
      "phone": "+1234567890"
    },
    "lockdown_info": null,
    "door_info": {
      "acu_name": "Lobby Door Controller",
      "acu_id": "8adf16e0-a52a-45d1-8b68-efc5d6fb64ba",
      "name": "Front Door",
      "door_id": "14828dd8-4988-46aa-93fb-d176dfbaefc4",
      "site": {
        "name": "HQ",
        "site_id": "42338454-dc42-4d25-80ce-35e42c2d0578"
      },
      "api_control_enabled": null,
      "camera_info": null
    }
  }
}

door_lockdown

{
  "org_id": "a74fc6a6-4fc5-4e5c-88e5-57301683327a",
  "webhook_type": "notification",
  "created_at": 1692131003,
  "webhook_id": "457eb610-03b4-4fa0-a8c7-c06f3142df50",
  "data": {
    "event_id": "748515ff-ba93-478a-9156-f2302947b381",
    "device_id": "14828dd8-4988-46aa-93fb-d176dfbaefc4",
    "created": 1744752352,
    "notification_type": "door_lockdown",
    "device_type": "access_control",
    "door_id": "14828dd8-4988-46aa-93fb-d176dfbaefc4",
    "direction": null,
    "input_value": null,
    "aux_info": null,
    "user_info": {
      "user_id": "53a68297-9fa8-4848-8cb3-9815d4a511dc",
      "name": "John Smith",
      "email": "[email protected]",
      "first_name": "John",
      "last_name": "Smith",
      "phone": "+1234567890"
    },
    "lockdown_info": {
      "lockdown_id": "e4b18f87-8f0d-4957-8b06-c0087d7fc701",
      "lockdown_name": "test",
      "message": "",
      "action": "ENABLE",
      "enabled": "True",
      "site": {
        "name": "HQ",
        "site_id": "42338454-dc42-4d25-80ce-35e42c2d0578"
      }
    },
    "door_info": {
      "acu_name": "Lobby Door Controller",
      "acu_id": "8adf16e0-a52a-45d1-8b68-efc5d6fb64ba",
      "name": "Front Door",
      "door_id": "14828dd8-4988-46aa-93fb-d176dfbaefc4",
      "site": {
        "name": "HQ",
        "site_id": "42338454-dc42-4d25-80ce-35e42c2d0578"
      },
      "api_control_enabled": null,
      "camera_info": null
    }
  }
}

door_tailgating

{
  "org_id": "a74fc6a6-4fc5-4e5c-88e5-57301683327a",
  "webhook_type": "notification",
  "created_at": 1692131003,
  "webhook_id": "457eb610-03b4-4fa0-a8c7-c06f3142df50",
  "data": {
    "event_id": "ea783a52-f125-415d-b170-7c47a1b11846",
    "device_id": "8e16b31e-fdba-412a-8fd2-ddd743f29b8b",
    "created": 1744992584,
    "notification_type": "door_tailgating",
    "device_type": "access_control",
    "door_id": "8e16b31e-fdba-412a-8fd2-ddd743f29b8b",
    "direction": null,
    "input_value": null,
    "aux_info": null,
    "user_info": {
      "user_id": "5b76f277-3d74-4166-b242-32f96e8c81a0",
      "name": "John Smith",
      "email": "[email protected]",
      "first_name": "John",
      "last_name": "Smith",
      "phone": "+1234567890"
    },
    "lockdown_info": null,
    "door_info": {
      "acu_name": "Lobby Door Controller",
      "acu_id": "8adf16e0-a52a-45d1-8b68-efc5d6fb64ba",
      "name": "Front Door",
      "door_id": "8e16b31e-fdba-412a-8fd2-ddd743f29b8b",
      "site": {
        "name": "HQ",
        "site_id": "42338454-dc42-4d25-80ce-35e42c2d0578"
      },
      "api_control_enabled": null,
      "camera_info": null
    }
  }
}

door_schedule_override_applied

{
  "org_id": "a74fc6a6-4fc5-4e5c-88e5-57301683327a",
  "webhook_type": "notification",
  "created_at": 1692131003,
  "webhook_id": "457eb610-03b4-4fa0-a8c7-c06f3142df50",
  "data": {
    "event_id": "2286954f-eaac-4fa1-abad-da0bc9e48105",
    "device_id": "14828dd8-4988-46aa-93fb-d176dfbaefc4",
    "created": 1744821160,
    "notification_type": "door_schedule_override_applied",
    "device_type": "access_control",
    "door_id": "14828dd8-4988-46aa-93fb-d176dfbaefc4",
    "direction": null,
    "input_value": "1000110110100000000000010001001111001100",
    "aux_info": null,
    "user_info": {
      "user_id": "53a68297-9fa8-4848-8cb3-9815d4a511dc",
      "name": "John Smith",
      "email": "[email protected]",
      "first_name": "John",
      "last_name": "Smith",
      "phone": "+1234567890"
    },
    "lockdown_info": null,
    "door_info": {
      "acu_name": "Lobby Door Controller",
      "acu_id": "8adf16e0-a52a-45d1-8b68-efc5d6fb64ba",
      "name": "Front Door",
      "door_id": "14828dd8-4988-46aa-93fb-d176dfbaefc4",
      "site": {
        "name": "HQ",
        "site_id": "42338454-dc42-4d25-80ce-35e42c2d0578"
      },
      "api_control_enabled": null,
      "camera_info": null
    }
  }
}

door_schedule_override_removed

{
  "org_id": "a74fc6a6-4fc5-4e5c-88e5-57301683327a",
  "webhook_type": "notification",
  "created_at": 1692131003,
  "webhook_id": "457eb610-03b4-4fa0-a8c7-c06f3142df50",
  "data": {
    "event_id": "0c6c81c0-cf99-440a-8fa7-390b5de99ebb",
    "device_id": "14828dd8-4988-46aa-93fb-d176dfbaefc4",
    "created": 1744821177,
    "notification_type": "door_schedule_override_removed",
    "device_type": "access_control",
    "door_id": "14828dd8-4988-46aa-93fb-d176dfbaefc4",
    "direction": null,
    "input_value": "1000110110100000000000010001001111001100",
    "aux_info": null,
    "user_info": {
      "user_id": "53a68297-9fa8-4848-8cb3-9815d4a511dc",
      "name": "John Smith",
      "email": "[email protected]",
      "first_name": "John",
      "last_name": "Smith",
      "phone": "+1234567890"
    },
    "lockdown_info": null,
    "door_info": {
      "acu_name": "Lobby Door Controller",
      "acu_id": "8adf16e0-a52a-45d1-8b68-efc5d6fb64ba",
      "name": "Front Door",
      "door_id": "14828dd8-4988-46aa-93fb-d176dfbaefc4",
      "site": {
        "name": "HQ",
        "site_id": "42338454-dc42-4d25-80ce-35e42c2d0578"
      },
      "api_control_enabled": null,
      "camera_info": null
    }
  }
}

door_tamper

{
  "org_id": "a74fc6a6-4fc5-4e5c-88e5-57301683327a",
  "webhook_type": "notification",
  "created_at": 1692131003,
  "webhook_id": "457eb610-03b4-4fa0-a8c7-c06f3142df50",
  "data": {
    "event_id": "8f650aa3-9fec-4e9b-838e-22d996c63d5e",
    "device_id": "201a514b-2ff7-47a0-a1d5-0203172a18d5",
    "created": 1744931773,
    "notification_type": "door_tamper",
    "device_type": "access_control",
    "door_id": "201a514b-2ff7-47a0-a1d5-0203172a18d5",
    "direction": null,
    "input_value": null,
    "aux_info": null,
    "user_info": null,
    "lockdown_info": null,
    "door_info": {
      "acu_name": "Lobby Door Controller",
      "acu_id": "8adf16e0-a52a-45d1-8b68-efc5d6fb64ba",
      "name": "Front Door",
      "door_id": "201a514b-2ff7-47a0-a1d5-0203172a18d5",
      "site": {
        "name": "HQ",
        "site_id": "42338454-dc42-4d25-80ce-35e42c2d0578"
      },
      "api_control_enabled": null,
      "camera_info": null
    }
  }
}

Miscellaneous ACU Events

door_acu_tamper

{
  "org_id": "a74fc6a6-4fc5-4e5c-88e5-57301683327a",
  "webhook_type": "notification",
  "created_at": 1692131003,
  "webhook_id": "457eb610-03b4-4fa0-a8c7-c06f3142df50",
  "data": {
    "event_id": "99ece656-e4f6-4f6d-a447-c791394bdfd1",
    "device_id": "a894a1e8-9293-4f4a-ace9-28805a3c61d6",
    "created": 1744992800,
    "notification_type": "door_acu_tamper",
    "device_type": "access_control",
    "door_id": null,
    "direction": null,
    "input_value": null,
    "aux_info": null,
    "user_info": null,
    "lockdown_info": null,
    "door_info": {
      "acu_name": "Lobby Door Controller",
      "acu_id": "8adf16e0-a52a-45d1-8b68-efc5d6fb64ba",
      "name": "Front Door",
      "door_id": null,
      "site": {
        "name": "HQ",
        "site_id": "42338454-dc42-4d25-80ce-35e42c2d0578"
      },
      "api_control_enabled": null,
      "camera_info": null
    }
  }
}

door_acu_fire_alarm_triggered

{
  "org_id": "a74fc6a6-4fc5-4e5c-88e5-57301683327a",
  "webhook_type": "notification",
  "created_at": 1692131003,
  "webhook_id": "457eb610-03b4-4fa0-a8c7-c06f3142df50",
  "data": {
    "event_id": "af261455-1988-411e-a350-817b33e96651",
    "device_id": "ccbbb3a7-002c-431d-bdcc-74215958761b",
    "created": 1744932308,
    "notification_type": "door_acu_fire_alarm_triggered",
    "device_type": "access_control",
    "door_id": null,
    "direction": null,
    "input_value": null,
    "aux_info": null,
    "user_info": null,
    "lockdown_info": null,
    "door_info": {
      "acu_name": "Lobby Door Controller",
      "acu_id": "8adf16e0-a52a-45d1-8b68-efc5d6fb64ba",
      "name": "Front Door",
      "door_id": null,
      "site": {
        "name": "HQ",
        "site_id": "42338454-dc42-4d25-80ce-35e42c2d0578"
      },
      "api_control_enabled": null,
      "camera_info": null
    }
  }
}

door_acu_fire_alarm_released

{
  "org_id": "a74fc6a6-4fc5-4e5c-88e5-57301683327a",
  "webhook_type": "notification",
  "created_at": 1692131003,
  "webhook_id": "457eb610-03b4-4fa0-a8c7-c06f3142df50",
  "data": {
    "event_id": "f4a117ff-165c-4d4b-8235-5319b25d08e1",
    "device_id": "ccbbb3a7-002c-431d-bdcc-74215958761b",
    "created": 1744932310,
    "notification_type": "door_acu_fire_alarm_released",
    "device_type": "access_control",
    "door_id": null,
    "direction": null,
    "input_value": null,
    "aux_info": null,
    "user_info": null,
    "lockdown_info": null,
    "door_info": {
      "acu_name": "Lobby Door Controller",
      "acu_id": "8adf16e0-a52a-45d1-8b68-efc5d6fb64ba",
      "name": "Front Door",
      "door_id": null,
      "site": {
        "name": "HQ",
        "site_id": "42338454-dc42-4d25-80ce-35e42c2d0578"
      },
      "api_control_enabled": null,
      "camera_info": null
    }
  }
}