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

- object
  - `data` object — Dynamic event payload

## Other responses

- `201`

## Changes

- **2024-08-09** `c3d85dda63e0` — 1 info
  - added the success response with the status `201`
- **2024-08-08** `d33d911413f7` — 1 breaking
  - removed the success response with the status `201`

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

---

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