Documentation
  1. Webhooks
  • API
    • Getting Started
      • Overview
    • API Reference
      • Logs
        • Get filtered Events logs
      • Accesses
        • Create new QR Access
      • Users
        • Create new Property Manager
        • Update existing Property Manager
    • External Visits
      • External NFC Visit
  • Webhooks
    • Getting started with webhooks
    • Security & Signature Verification
  1. Webhooks

Getting started with webhooks

Welcome to the Buzzin webhook documentation. This guide will help you integrate with our webhook system to receive real-time event notifications about property access events.

Key Features#

Real-time notifications: Receive events as they happen
Secure delivery: HMAC SHA-256 signature verification
Reliable delivery: Retry mechanism with custom backoff strategy
Rich event data: Comprehensive information about each access event

To receive webhooks, you need to:#

1.
Set up a public HTTPS endpoint that can receive POST requests
2.
Configure your webhook URL and secret in the Buzzin system
3.
Implement signature verification for security
Previous
External NFC Visit
Next
Security & Signature Verification
Built with