---
title: "Get a single webhook event"
method: GET
path: "/transactions/webhooks/{id}"
tags: ["Webhooks"]
---

# Get a single webhook event

`GET /transactions/webhooks/{id}`

Returns a stored webhook event by its `_id`. Webhooks are persisted for a fixed retention period of 7days.

## Path parameters

- `id` string, required

## Response `200`

Webhook event found

## Other responses

- `400` — Invalid id or event not found for this integration
- `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)
