---
title: "Queue a personal webhook test delivery"
method: POST
path: "/me/webhooks/{id}/test"
tags: ["Webhooks"]
---

# Queue a personal webhook test delivery

`POST /me/webhooks/{id}/test`

Optional idempotency key. Reuse the same key only for an identical request; successful responses are replayable for 24 hours.

## Path parameters

- `id` string, required

## Headers

- `Idempotency-Key` string

## Response `200`

The queued synthetic event identifier.

## Other responses

- `401` — Sign-in required
- `404` — Webhook subscription not found, or not owned by the caller
- `409` — The key is already processing, or was reused with a different request fingerprint.
- `429` — Per-subscription or per-user test-delivery rate limit exceeded
- `503` — WEBHOOK_DELIVERY_QUEUE binding missing, or idempotency storage/response replay is temporarily unavailable

## Changes

- **2026-08-31** `ef21361a36e6` — 3 info
  - added the non-success response with the status `401`
  - added the non-success response with the status `404`
  - added the non-success response with the status `429`
- **2026-08-25** `c3a92b6b6909` — 1 info
  - endpoint added

[Change history](https://skmtc.dev/releases/apis/releases-api/changes/me/webhooks/:id/test/post.md)

---

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