---
title: "Resend Order Webhook"
method: POST
path: "/v3/order/resend_events"
tags: ["order"]
---

# Resend Order Webhook

`POST /v3/order/resend_events`

Replay a webhook for a given set of orders

## Request body

- ResendWebhookBody
  - `order_ids` string[], nullable
  - `start_at` string, date-time, nullable
  - `end_at` string, date-time, nullable

## Response `200`

Successful Response

- ResendWebhookResponse
  - `order_ids` string[], required

## Other responses

- `422` — Validation Error

---

[API](https://skmtc.net/tryvital/apis/junction-api.md) · [All operations](https://skmtc.net/tryvital/apis/junction-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/tryvital/junction-api/revisions/034402e2bbe3/schema)
