---
title: "Test Webhook Subscription"
method: POST
path: "/api/v1/webhook-subscriptions/{id}/test"
tags: ["Webhook Subscriptions"]
---

# Test Webhook Subscription

`POST /api/v1/webhook-subscriptions/{id}/test`

Send a test webhook to verify endpoint configuration and webhook handling.

## Response `200`

Test webhook sent successfully

- object
  - `message` string

## Other responses

- `401` — Unauthorized - Invalid API key
- `404` — Not Found - Webhook subscription not found
- `422` — Unprocessable Entity - Invalid webhook configuration

---

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