Fields
Webhook endpoints have the following data fields:| Name | Type | Description |
|---|---|---|
| id | number | The unique ID of the webhook endpoint registration. |
| url | string | The URL that will receive webhook HTTP requests. |
| secret | string | The HMAC-SHA256 shared secret for webhook signature verification. Read more on how to secure webhooks with signature verification. |