---
title: "Get Public Key"
method: GET
path: "/public/v1/public-key"
tags: ["PublicKey"]
---

# Get Public Key

`GET /public/v1/public-key`

Retrieve the public key used for verifying signatures.

## Response `200`

OK

- EndpointsGetPublicKeyResponse
  - `data` EndpointsPublicKey
    - `public_key` string
  - `message` string

## Other responses

- `401` — Unauthorized
- `500` — Internal Server Error

---

[API](https://skmtc.dev/kick/apis/kick-dev-public-api.md) · [All operations](https://skmtc.dev/kick/apis/kick-dev-public-api/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/kick/kick-dev-public-api/revisions/4409263e7aff/schema)
