---
title: "An archived JSON Web Key (JWK) used by server. JWK is a JSON data structure that represents a set of public keys as a JSON object [RFC4627]."
method: GET
path: "/restv1/jwks/archived"
tags: ["Archived JWK - Archived JSON Web Key (JWK)"]
---

# An archived JSON Web Key (JWK) used by server. JWK is a JSON data structure that represents a set of public keys as a JSON object \[RFC4627\].

`GET /restv1/jwks/archived`

Provides archived JWK used by server.

## Query parameters

- `kid` string

## Response `200`

OK

- JsonWebKey
  - `kid` string, required
  - `kty` string, required
  - `use` string, required
  - `alg` string, required
  - `crv` string
  - `exp` integer, required
  - `x5c` string[], required
  - `n` string
  - `e` string
  - `x` string
  - `y` string

## Other responses

- `400` — Error codes for archived jwk endpoint.
- `500` — Internal error occured. Please check log file for details.

## Changes

- **2026-04-08** `e60fb909da19` — 1 info
  - endpoint added
- **2022-03-25** `d6fc0677410c` — 1 breaking
  - api path removed without deprecation

[Change history](https://skmtc.dev/janssenproject/apis/janssen-authorization-server/changes/restv1/jwks/archived/get.md)

---

[API](https://skmtc.dev/janssenproject/apis/janssen-authorization-server.md) · [All operations](https://skmtc.dev/janssenproject/apis/janssen-authorization-server/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/janssenproject/janssen-authorization-server/revisions/2a44b59497de/schema)
