---
title: "getPublicKey"
method: GET
path: "/v1/public/.well-known/public-key"
tags: ["App Configuration"]
---

# getPublicKey

`GET /v1/public/.well-known/public-key`

Retrieve the public key for verifying signatures

## Response `200`

Public key for signature verification

- object
  - `algorithm` string
  - `public_key` string — PEM-formatted RSA public key
  - `issuer` string

---

[API](https://skmtc.net/epilot/apis/app-api.md) · [All operations](https://skmtc.net/epilot/apis/app-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/epilot/app-api/revisions/03b93188c6d4/schema)
