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

---

[API](https://skmtc.net/mollie/apis/mollie-api.md) · [All operations](https://skmtc.net/mollie/apis/mollie-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/mollie/mollie-api/versions/8b6839e22c14/schema)
