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.

Was this page helpful?