---
title: "Generate Signing Key"
method: POST
path: "/webhooks/auth"
tags: ["Webhooks"]
---

# Generate Signing Key

`POST /webhooks/auth`

Generates a single signing key used for all webhook requests to validate webhook requests originate from Liongard. Once generated all webhook requests will include a x-liongard-hmac-sha256 header value used to validate reqeusts. More details [here](https://docs.liongard.com/reference/signing-webhook-requests) on how to validate those requests.

## Response `200`

Success

- object
  - `Success` string
  - `Data` string

---

[API](https://skmtc.net/liongard/apis/liongard-v2-endpoints.md) · [All operations](https://skmtc.net/liongard/apis/liongard-v2-endpoints/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/liongard/liongard-v2-endpoints/versions/4ba1aeff82d7/schema)
