v1
latestOpenAPI 3.0.02026-08-0679302767.4 KBWebhooks
Test a registered webhook
Send a test event to a registered webhook. This is useful for verifying that the webhook endpoint is reachable and correctly configured.
post/v2/webhooks/{webhookId}/test-event
Path parameters
webhookIdstring required
Webhook ID returned when registering a webhook
Headers
organization-idstring
Request body
Response
Webhook test event sent successfully
{"stackTrail":"paths:/v2/webhooks/{webhookId}/test-event:post:responses:201:content:application/json:schema","oasType":"schema","type":"unknown","example":{"message":"Test event sent successfully"}}
Example response
{
"message": "Test event sent successfully"
}