---
title: "Rerun Failed Webhooks"
method: POST
path: "/api/v1/campaigns/{campaign_id}/webhooks/rerun-failed"
tags: ["Campaigns"]
---

# Rerun Failed Webhooks

`POST /api/v1/campaigns/{campaign_id}/webhooks/rerun-failed`

Re-run failed webhook notifications for a campaign within a time window.

## Path parameters

- `campaign_id` string, required — The ID of the campaign.

## Request body

- RerunFailedWebhooksBody
  - `from_date` string, date-time, required — Start of the window (webhook event created_at), inclusive.
  - `to_date` string, date-time, required — End of the window (webhook event created_at), inclusive.

## Response `202`

Successful Response

- unknown

## Other responses

- `422` — Validation Error

---

[API](https://skmtc.net/getprosperapp/apis/prosper-voice.md) · [All operations](https://skmtc.net/getprosperapp/apis/prosper-voice/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/getprosperapp/prosper-voice/versions/93bd5b9524ee/schema)
