---
title: "Send Test Event"
method: POST
path: "/webhooks/{id}/test"
tags: ["Webhooks"]
---

# Send Test Event

`POST /webhooks/{id}/test`

Sends a sample payload for the given event to the webhook's URL and returns the delivery result.

## Headers

- `Idempotency-Key` string

## Request body

- object
  - `event` string, required — The event to test the webhook for, in dot form (for example `payment.succeeded`).

## Response `200`

test event sent

- object
  - `body` unknown, required
  - `status` integer, required — The HTTP response code of this request.
  - `success` boolean, required — Whether or not the webhook test was successful.

## Other responses

- `400` — Invalid Parameters
- `401` — Unauthorized
- `403` — Forbidden
- `404` — Resource not found

## Changes

- **2026-07-26** `60bbb4a6ffbc` — 1 info
  - endpoint added

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

---

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