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
}