---
title: "Resend a webhook message"
method: POST
path: "/v1/webhooks/messages/{messageId}/resend"
tags: ["Webhooks"]
---

# Resend a webhook message

`POST /v1/webhooks/messages/{messageId}/resend`

Redelivers an existing webhook message with its original payload. Defaults to every enabled endpoint subscribed to the event type; pass endpointId to target a single endpoint.

## Path parameters

- `messageId` string, required

## Headers

- `X-API-Key` string

## Request body

- ResendWebhookMessageDto
  - `endpointId` string — Resend to a single endpoint. Defaults to every enabled endpoint subscribed to the message event type.

## Response `201`

Webhook message resent successfully

- ResendWebhookMessageResponseDto
  - `eventType` string, required
  - `endpointIds` string[], required — Endpoints the message was resent to

## Other responses

- `401` — Unauthorized - Invalid or missing authentication credentials

---

[API](https://skmtc.dev/infinite/apis/infinite-api.md) · [All operations](https://skmtc.dev/infinite/apis/infinite-api/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/infinite/infinite-api/revisions/5426f2706725/schema)
