---
title: "Test a webhook"
method: POST
path: "/workspaces/{workspacePublicId}/webhooks/{webhookPublicId}/test"
tags: ["Webhooks"]
---

# Test a webhook

`POST /workspaces/{workspacePublicId}/webhooks/{webhookPublicId}/test`

Sends a test payload to a webhook

## Path parameters

- `workspacePublicId` string, required
- `webhookPublicId` string, required

## Response `200`

Successful response

- object
  - `success` boolean, required
  - `statusCode` number
  - `error` string

## Other responses

- `400` — Invalid input data
- `401` — Authorization not provided
- `403` — Insufficient access
- `500` — Internal server error

---

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