---
title: "[Deprecated] This endpoint is misnamed and does not actually replay events.
Use `GET /webhooks/events?caseId={id}` to inspect delivery history,
then `POST /webhooks/events/{eventId}/replay` to re-deliver a specific event."
method: POST
path: "/webhooks/{id}/replay"
tags: ["Webhooks"]
deprecated: true
---

# [Deprecated] This endpoint is misnamed and does not actually replay events.
Use `GET /webhooks/events?caseId={id}` to inspect delivery history,
then `POST /webhooks/events/{eventId}/replay` to re-deliver a specific event.

`POST /webhooks/{id}/replay`

> **Deprecated.**

This endpoint was never fully implemented — it counts cases created
since `sinceUtc` and returns the count as `eventsReplayed`, but does not
re-enqueue or redeliver any events. The name "replay" collides with the real
`POST /webhooks/events/{eventId}/replay` endpoint which actually re-delivers.
            
This endpoint is kept for backward compatibility (additive-only rule) but is deprecated.
Integrators should migrate to the event-log + replay-by-id pattern described above.

## Path parameters

- `id` string, uuid, required

## Request body

- DebituraWebExternalCustomerAPIModelsWebhooksRequestsReplayRequestDto — Request to replay events from a specific timestamp.
  - `sinceUtc` string, date-time, required — Replay all case.created events since this timestamp (UTC).

## Response `200`

Count of cases since sinceUtc (not events replayed)

- DebituraWebExternalCustomerAPIModelsWebhooksDtosReplayResultDto — Result of a webhook event replay operation.
  - `eventsReplayed` integer — Number of events that were re-enqueued for delivery.

## Other responses

- `400` — Invalid request
- `404` — Webhook not found

---

[API](https://skmtc.net/debitura/apis/debitura-customer-api.md) · [All operations](https://skmtc.net/debitura/apis/debitura-customer-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/debitura/debitura-customer-api/versions/46478f2e476f/schema)
