Notification Webhook Objects that are access control related will have the Access Control Events Webhook Object as their data attribute. All events that you would see in the Access Control reports section on Command will flow through this webhook as well. Below we have outlined all relevant objects that are nested in the Access Control Webhook data payload.
Access Control Notification Object
Attribute
Type
Description
webhook_type
String
"notification"
webhook_id
String
Verkada defined Id for notification webhook
org_id
String
Organization Id from which webhook is created.
created_at
Integer
Time at which webhook was created. Measured in seconds since the Unix epoch.
data
Main Access Webhook Object
See Below.
Main Access Webhook Object
Attribute
Type
Description
device_id
String
The Verkada ID of the access control object associated with the event.
created_at
INT
The Epoch timestamp of the event.
notification_type
String
The type of Access Control Event.
input_value
String
The Input value associated with the relevant event.
door_id
String
The ID of the device that triggered the access event.
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.
email
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.