---
title: "Get webhook signature public key"
method: GET
path: "/public/signatures/webhook-public-key"
tags: ["Signatures"]
---

# Get webhook signature public key

`GET /public/signatures/webhook-public-key`

Get the current public key used to verify webhook signatures. Clients should fetch this value instead of hardcoding it because the key may change.

## Response `200`

OK

- object
  - `status` 'success', required
  - `data` PublicKeyResponse, required
    - `public_key` PublicKeyResource, required
      - `id` string
      - `key_type` string
      - `public_key` string, required — Public key used to verify Prequel-generated signatures. Formatted as a SSH-RSA public key.
      - `created_at` string, date-time, required — The date and time the public key was created.
  - `message` string, required

## Other responses

- `400` — Bad Request
- `401` — Unauthorized
- `404` — Not Found
- `500` — Internal Server Error

---

[API](https://skmtc.dev/prequel/apis/prequel-data-export.md) · [All operations](https://skmtc.dev/prequel/apis/prequel-data-export/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/prequel/prequel-data-export/revisions/09c662a871f8/schema)
