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

---

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