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

---

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