---
title: "Test Notification Webhook"
method: POST
path: "/api/notification_webhooks/deployments/{deploymentId}/webhooks/{webhookId}/test"
tags: ["NotificationWebhooksService"]
---

# Test Notification Webhook

`POST /api/notification_webhooks/deployments/{deploymentId}/webhooks/{webhookId}/test`

Send a test payload to the webhook endpoint.

## Path parameters

- `deploymentId` string, required
- `webhookId` string, required

## Request body

- ProtosNotificationWebhooksV1TestNotificationWebhookRequest
  - `deploymentId` string
  - `webhookId` string

## Response `200`

OK

- ProtosNotificationWebhooksV1TestNotificationWebhookResponse
  - `success` boolean — Whether the test was successful

---

[API](https://skmtc.dev/semgrep/apis/semgrep-web-app.md) · [All operations](https://skmtc.dev/semgrep/apis/semgrep-web-app/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/semgrep/semgrep-web-app/revisions/6483eeecd582/schema)
