Notification Webhook Object

A notification webhook object contains the following fields:

AttributeTypeDescription
webhook_typeStringnotifications
webhook_idStringThe unique identifier of the webhook.
org_idStringThe unique identifier of the organization.
created_atIntegerThe creation time of the webhook. Formatted as a Unix timestamp in seconds.
dataObjectThe data associated with the event. Check response of Notifications
{
    "org_id": "1455hjew-ghg5-4125-a1a7-954ea4e911fe",
    "webhook_type": "notification",
    "created_at": 1597685622,
    "webhook_id": "2fd2826d-4645-47ac-b0e6-a4b2ae634480",
    "data": {
        "camera_id": "123456-eade-7890-8ee5-aaf22d01d91a",
        "objects": "[]",
        "video_url": "https://command.verkada.com/cameras/89376792-eade-4506-8ee5-a67788231d91a/history/86400/1597685580/?duration=86400&initialVideoTime=1597685580000",
        "notification_type": "motion",
        "image_url": null,
        "crowd_threshold": null,
        "created": 1597685580,
        "person_label": null
    }
}