---
title: "Resend Webhook"
method: POST
path: "/v1/wallets/{walletId}/transactions/webhooks/resend"
tags: ["Transactions"]
---

# Resend Webhook

`POST /v1/wallets/{walletId}/transactions/webhooks/resend`

This endpoint is used to resend webhooks for transactions associated with a specific wallet.

## Request body

- object
  - `id` string

## Response `200`

200

- object
  - `data` object
    - `address` object
      - `address` string
      - `configurations` object
        - `aml` object
          - `message` string
          - `provider` string
          - `status` string
      - `createdAt` string
      - `derivationPath` string
      - `id` string
      - `isActive` boolean
      - `metadata` object
        - `id` string
      - `name` string
      - `network` string
      - `type` string
      - `updatedAt` string
    - `amlScreening` object
      - `message` string
      - `provider` string
      - `status` string
    - `amount` string
    - `amountPaid` string
    - `asset` object
      - `address` string
      - `createdAt` string
      - `decimals` number
      - `id` string
      - `isActive` boolean
      - `logoUrl` string
      - `name` string
      - `network` string
      - `standard` string
      - `symbol` string
      - `updatedAt` string
    - `assetSwept` boolean
    - `assetSweptAmount` string
    - `assetSweptAt` string
    - `assetSweptGasFee` string
    - `assetSweptHash` string
    - `assetSweptRecipientAddress` string
    - `assetSweptSenderAddress` string
    - `beneficiary` unknown
    - `blockHash` string
    - `blockNumber` number
    - `blockchain` object
      - `createdAt` string
      - `derivationPath` string
      - `id` string
      - `isActive` boolean
      - `isEvmCompatible` boolean
      - `logoUrl` string
      - `name` string
      - `slug` string
      - `symbol` string
      - `tokenStandard` string
      - `updatedAt` string
    - `chainId` unknown
    - `confirmations` number
    - `confirmed` boolean
    - `createdAt` string
    - `currency` string
    - `fee` unknown
    - `gasFee` string
    - `gasPrice` string
    - `gasUsed` string
    - `hash` string
    - `id` string
    - `metadata` object
      - `id` string
    - `network` string
    - `note` unknown
    - `reason` string
    - `recipientAddress` string
    - `reference` string
    - `senderAddress` string
    - `status` string
    - `type` string
    - `updatedAt` string
  - `message` string
  - `statusCode` number

---

[API](https://skmtc.net/blockradar/apis/blockradar-documentation.md) · [All operations](https://skmtc.net/blockradar/apis/blockradar-documentation/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/blockradar/blockradar-documentation/revisions/97f95b4cfc0d/schema)
