curl --request POST \
--url https://api.devhelm.io/api/v1/webhooks/{id}/test \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data '
{
"eventType": "<string>"
}
'{
"data": {
"success": true,
"statusCode": 123,
"message": "<string>",
"durationMs": 123
}
}curl --request POST \
--url https://api.devhelm.io/api/v1/webhooks/{id}/test \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data '
{
"eventType": "<string>"
}
'{
"data": {
"success": true,
"statusCode": 123,
"message": "<string>",
"durationMs": 123
}
}API key (dh_live_...) or Auth0 JWT token
Event type to use for a test webhook delivery
Event type to simulate (e.g. monitor.created); null uses a default
OK
Show child attributes