---
title: "Resend all webhooks for a reference"
method: POST
path: "/transactions/webhooks/resend/{reference}"
tags: ["Webhooks"]
---

# Resend all webhooks for a reference

`POST /transactions/webhooks/resend/{reference}`

Triggers an immediate redelivery attempt for **every** stored webhook event that matches the given `reference` (the trade or withdrawal reference). Webhooks are persisted for a fixed retention period of 7days.

## Path parameters

- `reference` string, required

## Response `200`

Resend attempts completed (per-event results may show delivered or failed)

## Other responses

- `400` — Invalid reference
- `401` — Invalid or missing API credentials
- `403` — The integration is inactive or the action is not permitted
- `422` — Request validation failed — check the errors array for field-level details
- `500` — An unexpected server error occurred

---

[API](https://skmtc.net/breet/apis/breet-public-api.md) · [All operations](https://skmtc.net/breet/apis/breet-public-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/breet/breet-public-api/revisions/5e7cf25847f7/schema)
