---
title: "webhook detail"
method: GET
path: "/admin/system/webhook/{webhook_id}"
tags: ["webhook"]
---

# webhook detail

`GET /admin/system/webhook/{webhook_id}`

## Path parameters

- `webhook_id` integer, required

## Response `200`

OK

- object
  - `data` ModelWebhookConfig
    - `msg_types` integer[]
    - `sign` string
    - `type` 1 | 2, required
    - `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/29abcc05d9fd/schema)
