Synchronously delivers a synthetic webhook.test event to the endpoint and returns the HTTP result. No retries. Useful for validating that a new endpoint is reachable and its signature verifier works. The delivery is not persisted in the delivery history.
curl --request POST \
--url https://api.case.dev/webhooks/v1/endpoints/{id}/test \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data '
{
"eventType": "<string>",
"payload": {}
}
'Was this page helpful?
curl --request POST \
--url https://api.case.dev/webhooks/v1/endpoints/{id}/test \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data '
{
"eventType": "<string>",
"payload": {}
}
'