---
title: "List all webhook records for a transaction"
method: GET
path: "/v1/transactions/{reference}/webhooks"
tags: ["Webhooks"]
---

# List all webhook records for a transaction

`GET /v1/transactions/{reference}/webhooks`

Returns all outbound webhook delivery records for a transaction,
ordered by creation time.  Typically returns 0–2 records:
- `RECEIVER` – notification to the receiving application on initiation.
- `SENDER`   – callback to the sending application on outcome.
Each record shows the delivery status, attempt count, last error,
and the full event type sent.

## Path parameters

- `reference` string, required

## Response `200`

Webhook records returned

## Other responses

- `404` — Transaction not found

---

[API](https://skmtc.net/reflexpay/apis/idaas-identity-as-a-service-api.md) · [All operations](https://skmtc.net/reflexpay/apis/idaas-identity-as-a-service-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/reflexpay/idaas-identity-as-a-service-api/versions/db1f954badfb/schema)
