---
title: "list webhook"
method: GET
path: "/admin/system/webhook"
tags: ["webhook"]
---

# list webhook

`GET /admin/system/webhook`

## Response `200`

OK

- object
  - `data` object
    - `total` integer
    - `items` ModelWebhook[]
      - `created_at` integer
      - `id` integer
      - `msg_types` integer[]
      - `name` string
      - `sign` string
      - `type` 1 | 2, required
      - `updated_at` integer
      - `url` string, required
  - `err` string
  - `msg` string
  - `success` boolean
  - `trace_id` string

---

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