---
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.
- `403` — Authenticated but not permitted to perform this action.
- `404` — Resource or route does not exist.

---

[API](https://skmtc.net/micro-so/apis/prism.md) · [All operations](https://skmtc.net/micro-so/apis/prism/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/micro-so/prism/versions/558afa74332e/schema)
