Sifely webhooks allow your application to receive real-time notifications about smart lock events (such as unlocking, low battery alerts, etc.) without the need for constant API polling.1. Configurations#
To start receiving real-time data, follow these steps:Authentication: Log in to your developer account at the Access Page. Endpoint Setup: Navigate to the Webhooks section.
Configure URL: Enter your server's destination URL (e.g., https://your-api.com/webhooks/sifely).
Verification: Click "Save". Our system will send a test request to this URL. Your server must return a 200 OK status code to complete the activation.
2. Logic & Trigger#
The Webhook lifecycle follows a three-step process:Device Binding: Once a user successfully imports a Sifely lock into their platform account, the device is linked to your Client ID.
Event Occurrence: An event is triggered at the lock (e.g., App unlocking, Passcode entry, Fingerprint scan, or IC Card swipe).
Instant Push: The Sifely Cloud immediately pushes a structured JSON payload to your configured Webhook URL.
Modified at 2026-02-10 11:18:30