QamaqQamaq
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:boolean
status_code:integer
response_body:string
error_message:string
latency_ms:number
}