---
title: "List all webhooks"
method: GET
path: "/v2/webhooks"
tags: ["Webhooks API"]
---

# List all webhooks

`GET /v2/webhooks`

Returns a paginated list of your webhooks. If no webhook endpoints are available, the resulting array will be empty. This request should never throw an error.

## Query parameters

- `from` string, nullable
- `limit` integer, nullable
- `sort` 'asc' | 'desc'
- `eventTypes` 'payment.paid' | 'payment.authorized' | 'payment.failed' | 'payment.canceled' | 'payment.expired' | 'payment.pending' | 'refund.queued' | 'refund.pending' | 'refund.processing' | 'refund.refunded' | 'refund.failed' | 'refund.canceled' | 'chargeback.received' | 'chargeback.reversed' | 'capture.succeeded' | 'capture.failed' | 'payment-link.paid' | 'balance-transaction.created' | 'payout.initiated' | 'payout.processing-at-bank' | 'payout.completed' | 'payout.canceled' | 'payout.failed' | 'sales-invoice.created' | 'sales-invoice.issued' | 'sales-invoice.canceled' | 'sales-invoice.paid' | 'sales-invoice.e-invoice-failed' | 'sales-invoice.e-invoice-issued' | 'business-account-transfer.requested' | 'business-account-transfer.initiated' | 'business-account-transfer.pending-review' | 'business-account-transfer.processed' | 'business-account-transfer.failed' | 'business-account-transfer.blocked' | 'business-account-transfer.returned' | '*' — The list of events to enable for this webhook. You may specify `'*'` to add all events, except those that require explicit selection.
- `testmode` boolean

## Headers

- `idempotency-key` string

## Response `200`

A list of webhooks. For a complete reference of the webhook
object, refer to the [Get hook endpoint](get-webhook) documentation.

## Other responses

- `400` — The request contains issues. For example, if the specified `from` value is not a valid ID.
- `429` — Rate Limit has been reached.

## Changes

> 79 revisions in range; 9 not diffed.

- **2026-07-08** `1bcb76dbe9ea` — 1 breaking
  - the `count` response property's min was decreased from `1.00` to `0.00` for the response status `200`
- **2026-07-02** `e8c8cac71380` — 4 warning, 4 info
  - added the new `capture.failed` enum value to the `_embedded/webhooks/items/eventTypes/items/` response property for the response status `200`
  - added the new `capture.succeeded` enum value to the `_embedded/webhooks/items/eventTypes/items/` response property for the response status `200`
  - added the new `chargeback.received` enum value to the `_embedded/webhooks/items/eventTypes/items/` response property for the response status `200`
  - added the new `chargeback.reversed` enum value to the `_embedded/webhooks/items/eventTypes/items/` response property for the response status `200`
  - …4 more
- **2026-06-22** `19c365c4aee4` — 2 warning, 2 info
  - added the new `sales-invoice.e-invoice-failed` enum value to the `_embedded/webhooks/items/eventTypes/items/` response property for the response status `200`
  - added the new `sales-invoice.e-invoice-issued` enum value to the `_embedded/webhooks/items/eventTypes/items/` response property for the response status `200`
  - added the new enum value `sales-invoice.e-invoice-failed` to the `query` request parameter `eventTypes`
  - added the new enum value `sales-invoice.e-invoice-issued` to the `query` request parameter `eventTypes`
- …earlier changes not shown

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