QamaqQamaq
GET

列出 webhook

/webhooks

返回为组织配置的所有 webhook。

代码示例

curl -X GET "https://api.qamaq.io/api/v1/webhooks" \
  -H "Authorization: Bearer qmq_your_api_key"

响应

200List of webhooks

Response Body

{
webhooks:Webhook[]
total:integer
}