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

# Reenvio de webhooks pendentes

`PUT /webhook/replay/{context}/{entity}`

## Path parameters

- `entity` string, required
- `context` string, required

## Query parameters

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

## Request body

- unknown

## Response `200`

200

- object
  - `version` string
  - `status` string
  - `body` object
    - `onlyPending` boolean
    - `entity` string
    - `dateFrom` string
    - `dateTo` string
    - `totalItems` integer

## 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/revisions/85dd6188a37b/schema)
