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

FieldTypeRequiredDescription
urlstringYesHTTPS endpoint to receive events
eventsstring[]YesEvent types to subscribe to
secretstringNoSecret for request signature verification
descriptionstringNoHuman-readable description

Use Cases

  • Set up transaction confirmation notifications
  • Subscribe to audit events
  • Configure operational alerts

Required Permission

webhooks:create