Webhook object structure

The table below shows the object structure of every webhook generated by the Fireblocks webhooks service.

FieldTypeDescription
idUUIDUnique identifier of the object.
urlstring (unique per workspace)The URL of the webhook endpoint.
descriptionstring (nullable)A description of the webhook.
eventsarray of strings (enums)The list of events to enable for this endpoint. An asterisk ['*'] indicates that all events are enabled.
statusstring (enum)The webhook's current status. Can be enabled or disabled.
createdAtnumberTime at which the object was created, measured in seconds since the Unix epoch.
updateAtnumberTime at which the object was updated, measured in seconds since the Unix epoch.