端点 (8)
GET
列出 webhook
/webhooks返回为组织配置的所有 webhook。
POST
创建 webhook
/webhooks创建新的 webhook 以接收事件通知。
GET
获取 webhook
/webhooks/{webhook_id}根据 ID 返回特定 webhook。
PATCH
更新 webhook
/webhooks/{webhook_id}更新 webhook 属性。
DELETE
删除 webhook
/webhooks/{webhook_id}删除 webhook。
GET
列出 webhook 交付记录
/webhooks/{webhook_id}/deliveries返回 webhook 的交付历史。
POST
测试 webhook
/webhooks/{webhook_id}/test向 webhook 发送测试事件。
GET
列出 webhook 事件
/webhooks/events返回所有可用的 webhook 事件类型。