POST
Webhook testen
/webhooks/{webhook_id}/testSendet ein Testereignis an einen Webhook.
Parameter
Pfadparameter
| Name | Typ | Beschreibung |
|---|---|---|
webhook_iderforderlich | string | The webhook ID |
Code-Beispiele
curl -X POST "https://api.qamaq.io/api/v1/webhooks/{webhook_id}/test" \
-H "Authorization: Bearer qmq_your_api_key"Antworten
200Test result
Response Body
{
success:booleanstatus_code:integerresponse_body:stringerror_message:stringlatency_ms:number}