---
title: "Resend event"
method: POST
path: "/events/{id}/resend"
tags: ["Events"]
---

# Resend event

`POST /events/{id}/resend`

Resend an event already delivered to one or multiple webhooks.

## Path parameters

- `id` string, required

## Request body

- object
  - `webhook_ids` string[]

## Response `200`

Event successfully resent.

- object
  - `webhooks` object[]
    - `webhook_id` string
    - `status` string
    - `status_details` string
  - `summary` object
    - `total_items` integer
    - `total_successful` integer
    - `total_failed` integer

## Other responses

- `400` — Validation error.
- `404` — Specified resource not found.

---

[API](https://skmtc.net/numeral/apis/payments.md) · [All operations](https://skmtc.net/numeral/apis/payments/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/numeral/payments/versions/220f101cc2ef/schema)
