---
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-08-26** `18a796d51517` — 1 breaking, 1 warning
  - the response's body type changed from no type to `object` for status `201`
  - removed the optional property `data` from the response with the `201` status
- **2024-08-26** `300c3c96da4f` — 1 breaking, 1 info
  - removed the success response with the status `200`
  - added the media type `application/json` for the response with the status `201`
- **2024-08-16** `3ad1b0770a40` — 1 info
  - added the success response with the status `201`
- **2024-08-13** `4fddfc182502` — 1 breaking
  - removed the success response with the status `201`
- **2024-08-09** `c3d85dda63e0` — 1 info
  - added the success response with the status `201`

[Full 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/5ba5c769e2e1/schema)
