fireblocks · Capability
Fireblocks Webhooks — Webhooks
Fireblocks Webhooks business capability. 14 operations against the Fireblocks REST API v1.
What You Can Do
POST
Resendwebhooks
— Resend failed webhooks
/v1/webhooks/resend
POST
Resendtransactionwebhooks
— Resend webhooks for a transaction by ID
/v1/webhooks/resend/{txId}
POST
Createwebhook
— Create a new webhook
/v1/webhooks
GET
Getwebhooks
— Get all webhooks
/v1/webhooks
GET
Getwebhook
— Get webhook by id
/v1/webhooks/{webhookId}
PATCH
Updatewebhook
— Update webhook
/v1/webhooks/{webhookId}
DELETE
Deletewebhook
— Delete a webhook
/v1/webhooks/{webhookId}
GET
Getnotifications
— Get all notifications by webhook ID
/v1/webhooks/{webhookId}/notifications
POST
Resendnotificationbyid
— Resend notification by ID
/v1/webhooks/{webhookId}/notifications/{notificationId}/resend
POST
Resendnotificationsbyresourceid
— Resend notifications by resource ID
/v1/webhooks/{webhookId}/notifications/resend_by_resource
GET
Getnotification
— Get notification by ID
/v1/webhooks/{webhookId}/notifications/{notificationId}
GET
Getnotificationattempts
— Get notification attempts
/v1/webhooks/{webhookId}/notifications/{notificationId}/attempts
POST
Resendfailednotifications
— Resend failed notifications
/v1/webhooks/{webhookId}/notifications/resend_failed
GET
Getresendjobstatus
— Get resend job status
/v1/webhooks/{webhookId}/notifications/resend_failed/jobs/{jobId}
MCP Tools
fireblocks-resendwebhooks
Resend failed webhooks
fireblocks-resendtransactionwebhooks
Resend webhooks for a transaction by ID
fireblocks-createwebhook
Create a new webhook
fireblocks-getwebhooks
Get all webhooks
read-only
idempotent
fireblocks-getwebhook
Get webhook by id
read-only
idempotent
fireblocks-updatewebhook
Update webhook
fireblocks-deletewebhook
Delete a webhook
idempotent
fireblocks-getnotifications
Get all notifications by webhook ID
read-only
idempotent
fireblocks-resendnotificationbyid
Resend notification by ID
fireblocks-resendnotificationsbyresourceid
Resend notifications by resource ID
fireblocks-getnotification
Get notification by ID
read-only
idempotent
fireblocks-getnotificationattempts
Get notification attempts
read-only
idempotent
fireblocks-resendfailednotifications
Resend failed notifications
fireblocks-getresendjobstatus
Get resend job status
read-only
idempotent