---
title: "Test Webhook"
method: POST
path: "/api/v1/public/webhooks/test"
tags: ["public", "Connected actions"]
---

# Test Webhook

`POST /api/v1/public/webhooks/test`

Send one explicit webhook.test event to the configured workspace webhook.

## Headers

- `Idempotency-Key` string, required

## Response `200`

Successful Response

- PublicWebhookTestResult
  - `action` string
  - `delivered` boolean, required
  - `message` string, required
  - `appUrl` string

## Other responses

- `422` — Validation Error

---

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