---
title: "List of webhooks"
method: GET
path: "/api/v4/webhooks"
---

# List of webhooks

`GET /api/v4/webhooks`

The method allows getting a list of webhooks.

## Query parameters

- `filter[destination]` string

## Response `200`

200

- object
  - `_total_items` integer
  - `_embedded` object
    - `webhooks` object[]
      - `id` integer
      - `destination` string
      - `created_at` integer
      - `updated_at` integer
      - `account_id` integer
      - `created_by` integer
      - `sort` integer
      - `disabled` boolean
      - `settings` string[]

## Other responses

- `401` — 401

---

[API](https://skmtc.net/kommo/apis/kommo-api-references.md) · [All operations](https://skmtc.net/kommo/apis/kommo-api-references/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/kommo/kommo-api-references/revisions/f17af4d23c7c/schema)
