---
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

## Changes

- **2024-09-20** `be3dc330edf3` — 1 breaking, 1 info
  - removed the success response with the status `200`
  - added the success response with the status `201`
- **2024-08-16** `660a45415efe` — 1 breaking
  - removed the success response with the status `201`
- **2024-08-14** `17251bf7794f` — 1 info
  - added the success response with the status `201`
- **2024-08-09** `3539cfe8509c` — 1 breaking
  - removed the success response with the status `201`
- **2024-08-07** `3ce49f5aad53` — 1 info
  - added the success response with the status `201`

[Full history](https://skmtc.dev/panoratech/apis/panora-api-2/changes/webhooks/verifyEvent/post.md)

---

[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/ef360d76c658/schema)
