v1

latestOpenAPI 3.0.42026-08-045381279.6 KB
Webhooks

Send a test event to the webhook endpoint.

Sends a synthetic case.created test event to the webhook endpoint.

This is useful for:

  • Verifying the webhook URL is reachable
  • Testing your webhook endpoint implementation
  • Validating signature verification

The test payload will be a realistic case.created event with synthetic data.

post/webhooks/{id}:test

Path parameters

idstring uuid required

Response

Test completed

successboolean

Whether the test delivery was successful.

httpStatusCodeinteger nullable

HTTP status code returned by the webhook endpoint.

durationMsinteger nullable

Duration of the HTTP request in milliseconds.

errorMessagestring nullable

Error message if the delivery failed.

errorCategorystring nullable

Category of the error (TimeoutError, NetworkError, SslError, HttpError, UnknownError).

{"stackTrail":"components:schemas:Debitura.Web.ExternalCustomerAPI.Models.Webhooks.Dtos.TestResultDto:properties:testPayload","oasType":"schema","type":"unknown","description":"The test event payload that was sent.","nullable":true}