Webhooks
Webhook support for ZB ID is coming soon. This feature will allow you to receive real-time HTTP POST notifications when key user events occur in the system.
Planned event types
The following webhook event types are planned for the initial release:
- Name
user.registered- Description
Fired when a new user account is created through the registration flow.
- Name
user.login- Description
Fired when a user successfully authenticates and receives an access token.
- Name
user.status_changed- Description
Fired when a user's account status changes (e.g., activated, suspended, or locked).
- Name
client.created- Description
Fired when a new OAuth client application is registered in the system.
What to expect
Once webhooks are available, you will be able to:
- Register HTTPS endpoint URLs to receive event notifications
- Subscribe to specific event types relevant to your integration
- Verify webhook signatures to confirm that payloads originate from ZB ID
- Receive structured JSON payloads with event data and timestamps
This page will be updated with full documentation, code examples, and integration guides when the feature is released.
Coming soon. Webhook support is currently under development. Check back for updates, or reach out to the ZB ID team if you have questions about the timeline or specific requirements for your integration.