---
title: "GET /webhooks"
method: GET
path: "/webhooks"
tags: ["Webhooks"]
---

# GET /webhooks

`GET /webhooks`

Список webhook

## Response `200`

The request has succeeded.

- WebhookList
  - `type` string, required
  - `items` Webhook[], required
    - `id` string, required — Идентификатор webhook.
    - `event` 'payment.waiting_for_capture' | 'payment.succeeded' | 'payment.canceled' | 'refund.succeeded', required
    - `url` string, required — URL для уведомлений.

## Other responses

- `401` — Access is unauthorized.
- `403` — Access is forbidden.
- `500` — Server error

## Changes

- **2026-02-14** `fe24d3dfadad` — 9 info
  - api operation id `Webhooks_list` was added
  - removed `subschema #2` from the response body `allOf` list for the response status `401`
  - removed `subschema #2` from the response body `allOf` list for the response status `403`
  - removed `subschema #2` from the response body `allOf` list for the response status `500`
  - …5 more

[Change history](https://skmtc.dev/hexlet/apis/api-kassa/changes/webhooks/get.md)

---

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