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
Attribute | Type | Description |
---|---|---|
webhook_type | String | "notification" |
webhook_id | String | Verkada defined ID for notification webhook |
org_id | String | ID of organization from which webhook is created. |
created_at | Integer | Time at which webhook was created. Measured in seconds since the Unix epoch. |
data | Access Control Event Object | See below. Access Control specific information related to the event. |
Access Control Event Object
Attribute | Type | Description |
---|---|---|
notification_type | String | The type of Access Control Event. |
device_id | String | The Verkada ID of the access control object associated with the event. |
created | Integer | The Epoch timestamp of the event. |
input_value | String | The credential input value. |
door_id | String | The ID of the door associated the access event. |
event_id | String | Verkada defined ID for the event. |
device_type | String | "access_control" for all access control events. |
direction | String | "Inbound" or "Outbound" for In/Out Doors. |
aux_info | Object | The information about the AUX device that caused this access event, if one was present. |
user_info | Object | The information about the user associated with this access event, if one was present. |
lockdown_info | Object | The information about the lockdown triggered on this access event, if one was triggered. |
door_info | Object | The information about the door associated with the access event. |
Aux Information Object
Attribute | Type | Description |
---|---|---|
aux_input_id | String | The ID of the AUX that triggered the event. |
aux_input_name | String | The name of the AUX that triggered the event. |
site | Site Object | Information about the site the AUX device that triggered the event is in. |
User Information Object
Attribute | Type | Description |
---|---|---|
user_id | String | The ID of the user that triggered the event. |
name | String | The name of the user that triggered the event. |
String | The email of the user that triggered the event. | |
first_name | String | The first name of the user that triggered the event. |
last_name | String | The last name of the user that triggered the event. |
phone | String | The phone number of the user that triggered the event. |
Lockdown Information Object
Attribute | Type | Description |
---|---|---|
lockdown_id | String | The ID number of the lockdown associated with the event. |
lockdown_name | String | The name of the lockdown associated with the event. |
message | String | The message of the lockdown associated with the event. |
action | String | The action on the lockdown associated with the event. |
enabled | String | Boolean indicating whether the lockdown has been enabled. |
site | Site Object | Information about the site where the lockdown occurred. |
Door Information Object
Attribute | Type | Description |
---|---|---|
acu_name | String | The name of the ACU to which the door is attached. |
acu_id | String | The ID of the ACU to which the door is attached. |
name | String | The name of the door. |
door_id | String | The Verkada defined ID of the door. |
site | Site Object | Information about the site the door is in. |
Site Object
Attribute | Type | Description |
---|---|---|
name | String | The name of the site. |
site_id | String | The ID of the site. |
List of Events
Access Granted and Denied Events
notification_type | Event Description |
---|---|
door_keycard_entered_accepted | Access granted with keycard or fob |
door_keycard_entered_rejected | Access denied with keycard or fob |
door_mobile_nfc_scan_accepted | Access granted with mobile NFC credential |
door_mobile_nfc_scan_rejected | Access denied with mobile NFC credential |
door_ble_unlock_attempt_accepted | Access granted with bluetooth credential |
door_ble_unlock_attempt_rejected | Access denied with bluetooth credential |
door_code_entered_accepted | Access granted via entry code |
door_code_entered_rejected | Access denied via entry code |
door_lp_presented_accepted | Access granted with license plate |
door_lp_presented_rejected | Access denied with license plate |
door_remote_unlock_accepted | Web unlock from Command, or |
Supervised Wiring Events
notification_type | Event Description |
---|---|
door_acu_dpi_cut | DPI supervised wiring cut |
door_acu_dpi_short | DPI supervised wiring shorted |
door_acu_rex_cut | REX supervised wiring cut |
door_acu_rex_short | REX supervised wiring shorted |
door_acu_auxinput_cut | AUX input supervised wiring cut |
door_acu_auxinput_short | AUX input supervised wiring shorted |
Aux Input and Output Events
notification_type | Event Description |
---|---|
door_aux_unlock | Door unlocked via aux input |
door_auxinput_change_state | Aux input changes from open to closed |
door_auxoutput_activated | Aux output activated |
door_auxoutput_deactivated | Aux output deactivated |
Anti-Passback Events
notification_type | Event Description |
---|---|
door_apb_double_exit | Anti passback double exit violation |
door_apb_double_entry | Anti passback double entry violation |
Miscellaneous Door Events
notification_type | Event Description |
---|---|
door_opened | Door opened |
door_held_open | Door held open |
door_forced_open | Door forced open |
door_lock_state_changed | Override schedule from command, or |
door_lockdown | Lockdown activated, or |
door_tailgating | Tailgating detected |
door_schedule_override_applied | Double badge schedule override applied, or |
door_schedule_override_removed | Double badge schedule override removed, or |
door_tamper | Wireless lock tamper |
Miscellaneous ACU Events
notification_type | Event Description |
---|---|
door_acu_tamper | Tamper with the ACU enclosure |
door_acu_fire_alarm_triggered | FAI triggered |
door_acu_fire_alarm_released | FAI 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
}
}
}