---
title: "List webhook subscriptions"
method: GET
path: "/v1/webhook_subscriptions"
tags: ["Webhook Subscriptions"]
---

# List webhook subscriptions

`GET /v1/webhook_subscriptions`

Lists webhook subscriptions for the merchant with cursor-based pagination.

## Query parameters

- `limit` integer
- `cursor` string

## Response `200`

Paginated list of webhook subscriptions

- ListWebhookSubscriptionsResponseDto
  - `data` object[], required
    - `id` string, required — Unique identifier of the webhook subscription.
    - `type` 'webhook_subscription', required — Resource type discriminator.
    - `url` string, required — The HTTPS URL where webhook events are delivered.
    - `events` string[], required — Event types this subscription receives.
    - `created_at` string, date-time, required — ISO 8601 UTC timestamp when the subscription was created.
    - `updated_at` string, date-time, required — ISO 8601 UTC timestamp when the subscription was last updated.
  - `has_more` boolean, required
  - `next_cursor` string, nullable, required

## Changes

- **2026-07-29** `e5198bf3cf7e` — 2 warning
  - added the new `account_holder.active` enum value to the `data/items/events/items/` response property for the response status `200`
  - added the new `account_holder.closed` enum value to the `data/items/events/items/` response property for the response status `200`
- **2026-04-23** `f04b2c330a67` — 3 warning
  - added the new `conversion.completed` enum value to the `data/items/events/items/` response property for the response status `200`
  - added the new `conversion.created` enum value to the `data/items/events/items/` response property for the response status `200`
  - added the new `conversion.failed` enum value to the `data/items/events/items/` response property for the response status `200`
- **2026-04-21** `67983e71dc41` — 1 warning
  - added the new `deposit.received` enum value to the `data/items/events/items/` response property for the response status `200`
- **2026-04-15** `d91795c11a31` — 4 warning
  - added the new `return.failed` enum value to the `data/items/events/items/` response property for the response status `200`
  - added the new `return.initiated` enum value to the `data/items/events/items/` response property for the response status `200`
  - added the new `return.paid` enum value to the `data/items/events/items/` response property for the response status `200`
  - added the new `return.returned` enum value to the `data/items/events/items/` response property for the response status `200`
- …earlier changes not shown

[Full history](https://skmtc.dev/augustus/apis/augustus-banking-api/changes/v1/webhook_subscriptions/get.md)

---

[API](https://skmtc.dev/augustus/apis/augustus-banking-api.md) · [All operations](https://skmtc.dev/augustus/apis/augustus-banking-api/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/augustus/augustus-banking-api/revisions/37109d1ed976/schema)
