---
title: "Test webhook"
method: POST
path: "/projects/{project_id}/webhooks/test"
tags: ["Webhooks"]
---

# Test webhook

`POST /projects/{project_id}/webhooks/test`

Sends a test payload to a project webhook URL to verify delivery.

## Request body

- RequestBodyProjectWebhookTest
  - `url` string — The URL that BeyondWords will send webhook notifications to. This URL must be served over HTTPS
  - `headers` object

## Response `200`

OK

---

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