---
title: "Get a webhook"
method: GET
path: "/v2/webhooks/{webhookId}"
tags: ["Webhooks API"]
---

# Get a webhook

`GET /v2/webhooks/{webhookId}`

Retrieve a single webhook object by its ID.

## Query parameters

- `testmode` boolean

## Headers

- `idempotency-key` string

## Response `200`

The webhook object.

## Other responses

- `404` — No entity with this ID exists.
- `422` — The request contains issues. For example, if the webhook has already been deleted.
- `429` — Rate Limit has been reached.

## Changes

> 78 revisions in range; 9 not diffed.

- **2026-07-02** `e8c8cac71380` — 4 warning
  - added the new `capture.failed` enum value to the `eventTypes/items/` response property for the response status `200`
  - added the new `capture.succeeded` enum value to the `eventTypes/items/` response property for the response status `200`
  - added the new `chargeback.received` enum value to the `eventTypes/items/` response property for the response status `200`
  - added the new `chargeback.reversed` enum value to the `eventTypes/items/` response property for the response status `200`
- **2026-06-22** `19c365c4aee4` — 2 warning
  - added the new `sales-invoice.e-invoice-failed` enum value to the `eventTypes/items/` response property for the response status `200`
  - added the new `sales-invoice.e-invoice-issued` enum value to the `eventTypes/items/` response property for the response status `200`
- **2026-05-19** `7cab62b21830` — 1 info
  - added the non-success response with the status `429`
- …earlier changes not shown

[Full history](https://skmtc.dev/mollie/apis/mollie-api/changes/v2/webhooks/:webhookId/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/c7210fff5e59/schema)
