Skip to main content
POST
/
webhooks
/
resend
/
{txId}
TypeScript
const response: Promise<FireblocksResponse<ResendWebhooksByTransactionIdResponse>> = fireblocks.webhooks.resendTransactionWebhooks(webhooksApiResendTransactionWebhooksRequest);
{
  "success": true
}

Headers

Idempotency-Key
string

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

txId
string
required

The ID of the transaction for webhooks

Body

application/json
resendCreated
boolean
resendStatusUpdated
boolean

Response

OK

success
boolean
required

Indicates whether the webhooks were successfully resent