Webhook notification structure

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

FieldTypeDescription
idUUIDUnique identifier of the object.
eventTypestring (enum)The type of event that triggered the webhook notification.
resourceIdUUIDOptional: the ID of the entity that triggered the event (e.g., txId).
dataobjectThe object containing the data associated with the event.
createdAttimestampTime at which the object was created, measured in seconds since the Unix epoch.
workspaceIdUUIDThe ID of the workspace that generated the webhook notification.

Example structure

{
  {
  "id": "........-....-....-....-............",
  "url”:  "webhooksURL",
  "description”:  "A description of the webhook",
  "events”: {
  transaction.created*,
  transaction.updated
},
"status": enabled,
"createdAt": 1679651104380,
"lastUpdated": 1679651104380
}