Skip to main content
WEBHOOK

Body

application/json

A webhook payload

subscriptionId
string<uuid>

ID of the webhook subscription that produced this notification.

notificationId
string<uuid>

Unique ID for this event. Stable across retries of the same delivery, so use it to deduplicate.

notificationType
enum<string>

The type of notification.

Available options:
custody.transfer
notification
any

The event payload. The schema of this object depends on notificationType.

timestamp
string<date-time>

When the notification was produced.

version
integer

The version of the notification schema. Always 2.

Response

200

Webhook received successfully