---
title: "Get a Webhook Event"
method: GET
path: "/v2/events/{webhookEventId}"
tags: ["Webhook Events API"]
---

# Get a Webhook Event

`GET /v2/events/{webhookEventId}`

Retrieve a single webhook event object by its event ID.

## Query parameters

- `testmode` boolean

## Headers

- `idempotency-key` string

## Response `200`

The webhook event object.

## Other responses

- `404` — No entity with this ID exists.
- `429` — Rate Limit has been reached.

## Changes

> 79 revisions in range; 9 not diffed.

- **2026-08-31** `eca80d9f3972` — 1 breaking, 1 info
  - added `#/components/schemas/refund-response` to the `_embedded/entity` response property `oneOf` list for the response status `200`
  - removed `#/components/schemas/entity-refund-response` from the `_embedded/entity` response property `oneOf` list for the response status `200`
- **2026-08-27** `8e5a936eb5bd` — 6 warning
  - added the new `Cartes Bancaires` enum value to the `_embedded/entity/oneOf[subschema #1: payment.*]/allOf[#/components/schemas/entity-payment-response]/details/cardLabel` response property for the response status `200`
  - added the new `cartes-bancaires-business` enum value to the `_embedded/entity/oneOf[subschema #1: payment.*]/allOf[#/components/schemas/entity-payment-response]/details/feeRegion` response property for the response status `200`
  - added the new `cartes-bancaires-consumer` enum value to the `_embedded/entity/oneOf[subschema #1: payment.*]/allOf[#/components/schemas/entity-payment-response]/details/feeRegion` response property for the response status `200`
  - added the new `mastercard-debit-consumer-inter` enum value to the `_embedded/entity/oneOf[subschema #1: payment.*]/allOf[#/components/schemas/entity-payment-response]/details/feeRegion` response property for the response status `200`
  - …2 more
- …earlier changes not shown

[Full history](https://skmtc.dev/mollie/apis/mollie-api/changes/v2/events/:webhookEventId/get.md)

---

[API](https://skmtc.dev/mollie/apis/mollie-api.md) · [All operations](https://skmtc.dev/mollie/apis/mollie-api/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/mollie/mollie-api/revisions/b7497b77b18f/schema)
