---
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 and the webhooks feature.

## 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.
  - `statusCode` integer — HTTP response status, if any.
  - `error` string — Failure reason, if not delivered.

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

- **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/aa7aaec092d9/schema)
