---
title: "Get JWKS"
method: GET
path: "/.well-known/jwks.json"
tags: ["JWT Plugin"]
---

# Get JWKS

`GET /.well-known/jwks.json`

Returns the JSON Web Key Set (JWKS) containing the public keys used to verify JWT signatures.

## Response `200`

OK

- WellKnownJWKSResponse
  - `keys` JWK[], required
    - `alg` string
    - `crv` string
    - `e` string
    - `kid` string
    - `kty` string, required
    - `n` string
    - `use` string
    - `x` string

## Changes

- **2026-07-09** `dad8e2644615` — 1 info
  - endpoint added
- **2026-07-08** `d2f9387037c5` — 1 breaking
  - api path removed without deprecation

[Change history](https://skmtc.dev/authula/apis/authula-api/changes/.well-known/jwks.json/get.md)

---

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