---
title: "Get Webhook Signing Keys"
method: GET
path: "/v1/webhooks/{webhookId}/keys"
tags: ["Webhooks"]
---

# Get Webhook Signing Keys

`GET /v1/webhooks/{webhookId}/keys`

This endpoint returns the signing keys of a Webhook 
identified by the `webhookId`.

Signing keys are used for ensuring the Webhook requests you receive are actually sent by ConfigCat.

<a href="https://configcat.com/docs/advanced/notifications-webhooks/#verifying-webhook-requests" target="_blank" rel="noopener noreferrer">Here</a> you can read more about Webhook request verification.

## Path parameters

- `webhookId` integer, required

## Response `200`

When everything is ok, the webhook signing keys are returned.

- WebhookSigningKeysModel
  - `key1` string, nullable, required — The first signing key.
  - `key2` string, nullable, required — The second signing key.

## Other responses

- `400` — Bad request.
- `404` — Not found.
- `429` — Too many requests. In case of the request rate exceeds the rate limits.

---

[API](https://skmtc.net/configcat/apis/configcat-public-management-api.md) · [All operations](https://skmtc.net/configcat/apis/configcat-public-management-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/configcat/configcat-public-management-api/versions/6b4d53bc1455/schema)
