---
title: "Send a test.ping to a webhook endpoint"
method: POST
path: "/webhooks/{id}/test"
tags: ["Webhooks"]
---

# Send a test.ping to a webhook endpoint

`POST /webhooks/{id}/test`

Sends a single signed test.ping delivery (no retries) and logs it. Use it to verify your endpoint and signature handling. Requires the webhooks.manage permission; league-scoped endpoints additionally require current league ADMIN membership and the webhooks feature on the league owner's plan.

## Path parameters

- `id` string, required — Webhook endpoint id.

## Response `200`

The test delivery outcome.

- WebhookTestResult — Outcome of a single test.ping delivery.
  - `delivered` boolean, required — Whether the test.ping returned a 2xx. The raw status code and error are not echoed; read the delivery log for details.

## Other responses

- `400` — Bad request (invalid body, cursor, limit, or date).
- `401` — Missing or invalid API key.
- `403` — API key lacks the required permission.
- `404` — Resource not found.
- `429` — Rate limited.

## Changes

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

- **2026-06-08** `4bed7522e6f8` — 2 warning
  - removed the optional property `error` from the response with the `200` status
  - removed the optional property `statusCode` from the response with the `200` status
- **2026-06-05** `0795b89c0172` — 1 info
  - endpoint added
- **2026-06-04** `f22bd61fd595` — 1 breaking
  - api path removed without deprecation

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

---

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