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

# Verify payload signature of the webhook

`POST /webhooks/verifyEvent`

## Request body

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

## Response `201`

- object — Dynamic event payload

---

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