POST
Webhookをテスト
/webhooks/{webhook_id}/testWebhookにテストイベントを送信します。
パラメーター
パスパラメーター
| 名前 | タイプ | 説明 |
|---|---|---|
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}