Skip to main content

Webhooks

Receive real-time notifications about events happening in your devices.

What are Webhooks?​

Webhooks allow BioSensei to "push" data to your server as soon as an event occurs (e.g., a door is opened or a user checks in).

Configuring Webhooks​

  1. In the Developers section of your dashboard, find the Webhooks tab.
  2. Click Add Webhook URL.
  3. Enter the target URL on your server that will receive the POST requests.
  4. Select the events you want to subscribe to:
    • attendance.created
    • door.opened
    • device.online / device.offline

Verification​

Each webhook request includes a signature in the header to verify that the data comes from BioSensei.