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

# Test webhook

`POST /webhooks/{webhook_id}/test`

Send a test payload to a subscribed webhook endpoint.

For each of the events listed in the request payload, a test payload would be sent to the webhook URL.
This can be used to test your endpoints while setting up the webhooks.

## Path parameters

- `webhook_id` string, uuid, required

## Request body

- string[]

## Response `201`

Document created, URL follows

## Other responses

- `400` — Bad request syntax or unsupported method

## Changes

> 2 revisions in range; 1 could not be searched.

- **2024-05-22** `eb9dca23812a` — 1 breaking
  - api path removed without deprecation

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

---

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