---
title: "Resend a webhook by delivery ID (replay stored payload; admin only)"
method: POST
path: "/api/v1/admin/webhook-deliveries/{deliveryId}/resend"
tags: ["Admin", "Webhooks"]
---

# Resend a webhook by delivery ID (replay stored payload; admin only)

`POST /api/v1/admin/webhook-deliveries/{deliveryId}/resend`

Resend a webhook by delivery ID (replay stored payload; admin only)

## Path parameters

- `deliveryId` string, uuid, required — Merchant webhook delivery ID

## Response `200`

Success

- AdminMerchantWebhookDeliveryResendResponse
  - `success` boolean, required
  - `data` object, required
    - `new_delivery_id` string, uuid, required
    - `status` union, required
      - 'delivered'
      - 'failed'
    - `response_status_code` number, nullable, required
    - `duration_ms` number, nullable, required
    - `error_message` string

## Other responses

- `400` — Bad Request
- `401` — Unauthorized
- `403` — Forbidden
- `404` — Not Found

---

[API](https://skmtc.net/banqzinc/apis/quidkey-api.md) · [All operations](https://skmtc.net/banqzinc/apis/quidkey-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/banqzinc/quidkey-api/versions/f86d2bdbcb08/schema)
