---
title: "Test Webhook Endpoint"
method: POST
path: "/v1/webhook-endpoints/{endpoint_id}/test"
tags: ["webhook-endpoints"]
---

# Test Webhook Endpoint

`POST /v1/webhook-endpoints/{endpoint_id}/test`

Enqueue a synthetic test event to the given endpoint.

Bypasses the endpoint's event-filter list so the "Test" button reliably
delivers regardless of which events the endpoint normally subscribes to.

## Path parameters

- `endpoint_id` string, uuid, required

## Headers

- `X-API-Key` string, nullable

## Response `200`

Successful Response

- object

## Other responses

- `422` — Validation Error

---

[API](https://skmtc.dev/ontora/apis/ontora-api.md) · [All operations](https://skmtc.dev/ontora/apis/ontora-api/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/ontora/ontora-api/revisions/7f57037fd94b/schema)
