Webhook object
Webhook subscription for receiving event notifications via HTTP POST callbacks
| Field | Type | Description |
|---|---|---|
idrequired | integer (int32) | Unique webhook identifier |
urlrequired | string (uri) | Endpoint URL to receive webhook POST requests |
eventsrequired | string[] | Event patterns: `*` (all), `users.*`, `*.created`, `users.created` |
secret | string | null | Shared secret for HMAC-SHA256 signature verification |
isActive | boolean | Whether the webhook is active |
createdAt | string (date-time) | Registration timestamp |
updatedAt | string (date-time) | Last modification timestamp |