---
title: "GET /jwe/key"
method: GET
path: "/jwe/key"
---

# GET /jwe/key

`GET /jwe/key`

Retrieve a public key in JWK format.

## Response `200`

Successful request.

- object
  - `alg` string — Algorithm intended for use with the key.
  - `e` string — Exponent value for the RSA public key in Base64 URL format.
  - `key_ops` string[] — Operation permitted for the key.
  - `kid` string — Unique identifier for the kid.
  - `kty` string — Type of key.
  - `n` string — Modulus value for the RSA public key in Base64 URL format.
  - `use` string — Intended use of the key.

## Other responses

- `401` — Unauthorized request.

---

[API](https://skmtc.net/knotapi/apis/knot-api.md) · [All operations](https://skmtc.net/knotapi/apis/knot-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/knotapi/knot-api/versions/4610832c2087/schema)
