---
title: "Reenvio de webhooks pendentes"
method: PUT
path: "/webhook/replay/{entity}"
---

# Reenvio de webhooks pendentes

`PUT /webhook/replay/{entity}`

## Path parameters

- `entity` string, required

## Query parameters

- `DateFrom` string, required
- `DateTo` string, required
- `OnlyPending` boolean
- `webhookId` string

## Request body

- object
  - `filter` object

## Response `200`

200

- object
  - `version` string
  - `status` string
  - `body` object
    - `onlyPending` boolean
    - `entity` string
    - `dateFrom` string
    - `dateTo` string
    - `totalItems` integer
    - `limit` integer
    - `currentPage` integer
    - `limitPerPage` integer
    - `totalPages` integer
    - `webhookDetails` object[]
      - `webhookId` string
      - `httpStatusCode` integer
      - `webhookUrl` string
      - `request` string
      - `response` string
      - `status` string
      - `createDate` string
      - `lastUpdateDate` string
      - `filter` object
        - `documentNumber` string
        - `account` string
        - `id` string
        - `clientRequestId` string

## Other responses

- `400` — 400
- `401` — 401
- `500` — 500

---

[API](https://skmtc.net/celcoin/apis/api-para-transa-es.md) · [All operations](https://skmtc.net/celcoin/apis/api-para-transa-es/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/celcoin/api-para-transa-es/versions/85dd6188a37b/schema)
