---
title: "Verify payload signature of the webhook"
method: POST
path: "/webhook/verifyEvent"
tags: ["webhook"]
---

# Verify payload signature of the webhook

`POST /webhook/verifyEvent`

## Request body

- SignatureVerificationDto
  - `payload` object, required — The payload event of the webhook.
  - `signature` string, required — The signature of the webhook.
  - `secret` string, required — The secret of the webhook.

## Response `201`

- EventPayload

---

[API](https://skmtc.dev/panoratech/apis/panora-api-2.md) · [All operations](https://skmtc.dev/panoratech/apis/panora-api-2/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/panoratech/panora-api-2/revisions/d32842f233fb/schema)
