Pinhere/listWebhooks

暂不支持在线调用 · 原因见下方

PinherePinhere 缺陷协作 API

GET/webhooks

列出 Webhook

列出当前账号的 Webhook,不返回签名 Secret。

Pinhere 项目、Origin、缺陷、私有截图、Webhook、PAT 与 Chrome 扩展 OAuth API;覆盖固定 PontxSpec 中全部 34 个 Endpoint。Hub 提供文档和本地 SDK/CLI,不代理任何请求。

请求

operationId
listWebhooks
服务器
https://pinhere-jasonhzqs-projects.vercel.app/api/v1
认证
pinherePat, websiteSession, extensionOAuth

请求参数

无 URL、查询或 Header 参数。

响应

200

objectapplication/json

Webhook 列表。

字段: data

default

ErrorResponseapplication/json

标准错误响应。

字段: error

{
  "data": {
    "id": "whk_example",
    "projectId": "prj_example",
    "name": "Issue automation",
    "url": "https://hooks.example.com/pinhere",
    "enabled": true,
    "createdAt": "2026-08-15T08:00:00.000Z",
    "updatedAt": "2026-08-15T08:00:00.000Z",
    "version": 1
  }
}