Resend webhooks for a transaction by ID
Resends webhook notifications for a transaction by its unique identifier.
Learn more about Fireblocks Webhooks in the following guide.
Endpoint Permissions: Admin, Non-Signing Admin, Signer, Approver, Editor.
POST
TypeScript
Headers
A unique identifier for the request. If the request is sent multiple times with the same idempotency key, the server will return the same response as the first request. The idempotency key is valid for 24 hours.
Path Parameters
The ID of the transaction for webhooks
Response
OK
Indicates whether the webhooks were successfully resent
TypeScript