---
title: "Test Webhook"
method: POST
path: "/api/v1/webhooks/{webhook_id}/test"
tags: ["Webhooks"]
---

# Test Webhook

`POST /api/v1/webhooks/{webhook_id}/test`

Send a test payload to a webhook subscription.

Sends a sample payload to verify the webhook endpoint is working correctly.

Requires x-api-key header.

## Path parameters

- `webhook_id` integer, required

## Headers

- `x-api-key` string, nullable

## Response `200`

Successful Response

- WebhookTestResponse — Response schema for webhook test endpoint.
  - `success` boolean, required — Whether the test delivery was successful
  - `message` string, required — Status message
  - `http_status_code` integer, nullable — HTTP status code from the webhook endpoint

## Other responses

- `422` — Validation Error

---

[API](https://skmtc.net/preciser/apis/preciser-data-management-api.md) · [All operations](https://skmtc.net/preciser/apis/preciser-data-management-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/preciser/preciser-data-management-api/versions/356993d0ef07/schema)
