fireblocks-sdk 2026.3.27

Rust implementation of the Fireblocks SDK
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
# Webhook

## Properties

Name | Type | Description | Notes
------------ | ------------- | ------------- | -------------
**id** | Option<**uuid::Uuid**> | The id of the webhook | [optional]
**url** | Option<**String**> | The url of the webhook where notifications will be sent. Must be a valid URL and https. | [optional]
**description** | Option<**String**> | description of the webhook of what it is used for | [optional]
**events** | Option<[**Vec<models::WebhookEvent>**]WebhookEvent.md> | The events that the webhook will be subscribed to | [optional]
**status** | Option<**Status**> | The status of the webhook (enum: DISABLED, ENABLED) | [optional]
**created_at** | Option<**String**> | The date and time the webhook was created | [optional]
**updated_at** | Option<**String**> | The date and time the webhook was last updated | [optional]

[[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md)