---
title: "Get JWKS"
method: GET
path: "/oauth/jwks"
tags: ["OAuth"]
---

# Get JWKS

`GET /oauth/jwks`

Returns the JSON Web Key Set for verifying BKey-issued JWTs (EdDSA / Ed25519).

## Response `200`

Default Response

- object
  - `keys` object[], required
    - `kty` string, required — Key type (e.g., "OKP" for Ed25519)
    - `crv` string, required — Curve name (e.g., "Ed25519")
    - `x` string, required — Base64url-encoded public key
    - `use` string
    - `alg` string
    - `kid` string

---

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