Skip to main content
Deprecation noticeWebhooks v1 was deprecated on June 15, 2026. If your integration still relies on v1, it is at risk: v1 no longer receives fixes or enhancements, issue resolution is not guaranteed, and the service may be fully retired at any time without prior notice. Fireblocks is not responsible for missed or delayed notifications or any disruption resulting from continued use of Webhooks v1. Upgrade to Webhooks v2 now via the Developer Center in the Fireblocks Console. For upgrade steps and event mapping, see the Webhooks v2 Migration Guide.
Fireblocks customers can resend webhook notifications that were missed by their server by using the following API endpoints:

Resend all failed webhook notifications

The following command re-sends all the failed webhooks pending the backoff retry mechanism being re-sent.
  • The above command returns webhookCount, which is the number of re-sent webhook notifications.

Resend missed notifications for a specific transaction

Use the following command to resend a missing webhook notification per specific transaction:
Returns 200 on success.