Webhook Subscriptions
Create Subscription
Subscribe an HTTPS endpoint to webhook events for your application.
POST
Creates a webhook subscription. Deliveries are signed — verify them with the returned secret and the SDK’s
construct_event (see Webhook security).
Request Body
The HTTPS endpoint to deliver events to. Internal/private addresses are rejected.
The event types to subscribe to, e.g.
["deposit.completed", "payout.failed"].An optional label for this subscription.
Optional list of source IPs allowed to receive deliveries.
Payload schema version. Defaults to the current version.
Response
The signing secret — shown once.
The created subscription (same shape as list subscriptions).