---
title: "Send a test event"
method: POST
path: "/v2/webhooks/{teamId}/{webhookId}/ping"
---

# Send a test event

`POST /v2/webhooks/{teamId}/{webhookId}/ping`

Fire-and-forget test delivery through the async dispatcher. The webhook must be enabled and verified.

## Path parameters

- `teamId` string, uuid, required
- `webhookId` string, uuid, required

## Request body

- WebhookPingRequest — Optional test event payload.
  - `event` string — Event name to send.
  - `data` object — Arbitrary JSON payload body.

## Response `202`

Event accepted for asynchronous delivery.

- WebhookPingResult
  - `dispatched` boolean, required
  - `webhook_id` string, uuid, required
  - `event` string, required

## Other responses

- `400` — Request validation failed. Inspect `error.errors` for field-level details.
- `401` — Missing or invalid credentials. API Gateway maps a missing or invalid `x-api-key` to HTTP 401 with this envelope (including `request_id`). A 403 here means the key was accepted but the caller is not permitted.
- `403` — Authenticated but not permitted to perform this action.
- `404` — Resource or route does not exist.

## Changes

- **2026-06-29** `74d3dbb14f1d` — 1 info
  - endpoint added

[Change history](https://skmtc.dev/micro-so/apis/prism/changes/v2/webhooks/:teamId/:webhookId/ping/post.md)

---

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