Create webhook
Create a new webhook to receive event notifications. Specify the callback URL, event types to subscribe to, and optional signing secret.
Request Body
| Field | Type | Required | Description |
|---|---|---|---|
url | string | Yes | HTTPS endpoint to receive events |
events | string[] | Yes | Event types to subscribe to |
secret | string | No | Secret for request signature verification |
description | string | No | Human-readable description |
Use Cases
- Set up transaction confirmation notifications
- Subscribe to audit events
- Configure operational alerts
Required Permission
webhooks:create
Create webhook
Create a new webhook to receive event notifications. Specify the callback URL, event types to subscribe to, and optional signing secret.
Request Body
| Field | Type | Required | Description |
|---|---|---|---|
url | string | Yes | HTTPS endpoint to receive events |
events | string[] | Yes | Event types to subscribe to |
secret | string | No | Secret for request signature verification |
description | string | No | Human-readable description |
Use Cases
- Set up transaction confirmation notifications
- Subscribe to audit events
- Configure operational alerts
Required Permission
webhooks:create