QamaqQamaq
POST

Test webhook

/webhooks/{webhook_id}/test

Sends a test event to a webhook.

Parameters

Path Parameters

NameTypeDescription
webhook_idrequired
string

The webhook ID

Code Examples

curl -X POST "https://api.qamaq.io/api/v1/webhooks/{webhook_id}/test" \
  -H "Authorization: Bearer qmq_your_api_key"

Responses

200Test result

Response Body

{
success:boolean
status_code:integer
response_body:string
error_message:string
latency_ms:number
}