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

# Send a test event to a webhook endpoint

`POST /webhooks/v1/endpoints/{id}/test`

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.

## Path parameters

- `id` string, required

## Request body

- object
  - `eventType` string — Event type to simulate. Defaults to "webhook.test".
  - `payload` object — Custom `data` payload. Defaults to a small placeholder.

## Response `200`

Delivery result

## Other responses

- `401` — Invalid API key
- `403` — API key lacks write access
- `404` — Endpoint not found

---

[API](https://skmtc.net/casemark/apis/case-dev-api.md) · [All operations](https://skmtc.net/casemark/apis/case-dev-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/casemark/case-dev-api/revisions/5b7e64e6d6f9/schema)
