---
title: "Verify Webhook Signature"
method: POST
path: "/public/v3/Webhooks/{webhookId}/VerifySignature"
tags: ["Webhooks"]
---

# Verify Webhook Signature

`POST /public/v3/Webhooks/{webhookId}/VerifySignature`

Verify that webhook request came from tive.

## Path parameters

- `webhookId` integer, required

## Headers

- `x-tive-account-id` integer, required

## Request body

- WebhookVerifySignatureRequest
  - `signature` string, required — The x-tive-signature header that was sent with the webhook request
  - `payload` string, required — The payload that was sent with the webhook request

## Response `200`

The signature is valid

## Other responses

- `400` — The signature is not valid
- `401` — Unauthorized
- `500` — Internal Server Error

---

[API](https://skmtc.net/tive/apis/tive-public-api.md) · [All operations](https://skmtc.net/tive/apis/tive-public-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/tive/tive-public-api/revisions/9a8d869e3cdc/schema)
