POST
测试 webhook
/webhooks/{webhook_id}/test向 webhook 发送测试事件。
参数
路径参数
| 名称 | 类型 | 描述 |
|---|---|---|
webhook_id必填 | string | The webhook ID |
代码示例
curl -X POST "https://api.qamaq.io/api/v1/webhooks/{webhook_id}/test" \
-H "Authorization: Bearer qmq_your_api_key"响应
200Test result
Response Body
{
success:booleanstatus_code:integerresponse_body:stringerror_message:stringlatency_ms:number}