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

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

## Query parameters

- `testmode` boolean

## 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/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)
