---
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.

> 🔑 Access with
>
> [Advanced access token with **events.read**](/reference/authentication)
>
> [OAuth access with **events.read**](/reference/authentication)

## Query parameters

- `testmode` boolean

## Response `200`

The webhook event object.

## Other responses

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

---

[API](https://skmtc.net/mollie/apis/accepting-payments.md) · [All operations](https://skmtc.net/mollie/apis/accepting-payments/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/mollie/accepting-payments/revisions/4b45df3039ef/schema)
