---
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

---

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