---
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-19** `634ca9b624aa` — 1 breaking, 1 warning
  - the `payload` request property type/format changed from ``/`` to `object`/``
  - removed `#/components/schemas/EventPayload` from the `payload` request property `allOf` list
- **2024-09-19** `8872a1748e23` — 2 breaking, 2 warning
  - removed the required property `id_event` from the response with the `201` status
  - removed the required property `type` from the response with the `201` status
  - removed the request property `payload/allOf[#/components/schemas/EventPayload]/id_event`
  - removed the request property `payload/allOf[#/components/schemas/EventPayload]/type`
- **2024-09-19** `1a6e1700800e` — 1 breaking, 1 warning
  - removed the required property `data` from the response with the `201` status
  - removed the request property `payload/allOf[#/components/schemas/EventPayload]/data`
- **2024-09-18** `3b82ca422f8b` — 2 breaking, 3 info
  - added `#/components/schemas/EventPayload` to the `payload` request property `allOf` list
  - the `payload` request property type/format changed from `object`/`` to ``/``
  - added the required property `data` to the response with the `201` status
  - added the required property `id_event` to the response with the `201` status
  - …1 more
- **2024-08-26** `18a796d51517` — 1 breaking, 1 warning
  - the response's body type/format changed from ``/`` to `object`/`` for status `201`
  - removed the optional property `data` from the response with the `201` status

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