---
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

---

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