curl --request POST \
--url https://api.app.hrizn.io/v1/public/webhooks/{id}/test \
--header 'X-API-Key: <api-key>'{
"data": {
"webhook_id": "<string>",
"delivered": true,
"response_status": 123,
"response_body": "<string>",
"error": "<string>"
}
}Sends a synchronous test.ping event to the webhook URL.
curl --request POST \
--url https://api.app.hrizn.io/v1/public/webhooks/{id}/test \
--header 'X-API-Key: <api-key>'{
"data": {
"webhook_id": "<string>",
"delivered": true,
"response_status": 123,
"response_body": "<string>",
"error": "<string>"
}
}