---
title: "Replay a platform webhook delivery"
method: POST
path: "/platform/webhooks/deliveries/{deliveryId}/replay"
tags: ["Platform Webhooks"]
---

# Replay a platform webhook delivery

`POST /platform/webhooks/deliveries/{deliveryId}/replay`

Replay a previous platform webhook delivery.

This re-sends the original payload with a new timestamp and delivery ID.
Useful for recovering from temporary endpoint failures.

## Path parameters

- `deliveryId` string, required

## Response `200`

Replay result

- PlatformWebhookReplayResponse — Result of replaying a platform webhook delivery
  - `success` true, required
  - `data` object, required
    - `success` boolean, required — Whether the replay was successful
    - `originalDeliveryId` string, required — ID of the original delivery that was replayed
    - `newDeliveryId` string, required — ID of the new delivery created by the replay
    - `statusCode` integer, nullable, required — HTTP status code from your endpoint
    - `duration` integer, required — Request duration in milliseconds
    - `timestamp` string, date-time, required — When the replay was executed
  - `meta` ApiMeta, required
    - `requestId` string, required — Unique request identifier for debugging and support

## Other responses

- `400` — Webhook is disabled
- `401` — Invalid or missing API key
- `404` — Resource not found
- `429` — Rate limit exceeded
- `500` — Internal server error

---

[API](https://skmtc.net/arkhq-io/apis/ark-email-api.md) · [All operations](https://skmtc.net/arkhq-io/apis/ark-email-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/arkhq-io/ark-email-api/revisions/98a90852ffca/schema)
