---
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` string, required — The body of the webhook response.
  - `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
- `409` — Conflict

## Changes

- **2026-08-12** `ae20b30817de` — 1 info
  - added the non-success response with the status `409`
- **2026-08-07** `f1020c3ecda4` — 4 info
  - added the optional property `error/code` to the response with the `400` status
  - added the optional property `error/code` to the response with the `401` status
  - added the optional property `error/code` to the response with the `403` status
  - added the optional property `error/code` to the response with the `404` status
- **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/9e320991dd2f/schema)
