The table below shows the object structure of every webhook generated by the Fireblocks webhooks service.
Field | Type | Description |
---|---|---|
id | UUID | Unique identifier of the object. |
url | string (unique per workspace) | The URL of the webhook endpoint. |
description | string (nullable) | A description of the webhook. |
events | array of strings (enums) | The list of events to enable for this endpoint. An asterisk ['*'] indicates that all events are enabled. |
status | string (enum) | The webhook's current status. Can be enabled or disabled. |
createdAt | number | Time at which the object was created, measured in seconds since the Unix epoch. |
updateAt | number | Time at which the object was updated, measured in seconds since the Unix epoch. |