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}
/webhooks返回为组织配置的所有 webhook。
curl -X GET "https://api.qamaq.io/api/v1/webhooks" \
-H "Authorization: Bearer qmq_your_api_key"webhooks:Webhook[]total:integer