POST
Test webhook
/webhooks/{webhook_id}/testSends a test event to a webhook.
Parameters
Path Parameters
| Name | Type | Description |
|---|---|---|
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:booleanstatus_code:integerresponse_body:stringerror_message:stringlatency_ms:number}