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

# Test Webhook

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

Enqueue a synthetic webhook.test delivery. Customer uses this
to verify their signing-verification code works before they wait
a week for the first real snapshot.ready event.

Returns the delivery row id; customer can poll the
GET /v1/webhooks/{id}/deliveries endpoint (not yet shipped) or
just wait for the POST to land on their side.

## Path parameters

- `webhook_id` integer, required

## Headers

- `X-Api-Key` string

## Response `200`

Successful Response

- unknown

## Other responses

- `422` — Validation Error

---

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