---
title: "Send a test event to the webhook endpoint."
method: POST
path: "/webhooks/{id}/test"
tags: ["Webhooks"]
---

# Send a test event to the webhook endpoint.

`POST /webhooks/{id}/test`

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.

## Path parameters

- `id` string, uuid, required

## Response `200`

Test completed

- DebituraWebExternalCustomerAPIModelsWebhooksDtosTestResultDto — Result of a webhook test delivery.
  - `success` boolean — Whether the test delivery was successful.
  - `httpStatusCode` integer, nullable — HTTP status code returned by the webhook endpoint.
  - `durationMs` integer, nullable — Duration of the HTTP request in milliseconds.
  - `errorMessage` string, nullable — Error message if the delivery failed.
  - `errorCategory` string, nullable — Category of the error (TimeoutError, NetworkError, SslError, HttpError, UnknownError).
  - `testPayload` unknown

## Other responses

- `404` — Webhook not found

---

[API](https://skmtc.net/debitura/apis/debitura-customer-api.md) · [All operations](https://skmtc.net/debitura/apis/debitura-customer-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/debitura/debitura-customer-api/versions/46478f2e476f/schema)
