---
title: "Get JWKS"
method: GET
path: "/v2alpha1/derivedKeys/jwks.json"
tags: ["ApiKeys"]
---

# Get JWKS

`GET /v2alpha1/derivedKeys/jwks.json`

Returns the JSON Web Key Set (RFC 7517) with the public keys needed to
verify JWT tokens issued by this service. Keys are loaded from
configuration (file://, https://, or base64:// URIs).

```http
GET /v2alpha1/derivedKeys/jwks.json
```

## Response `200`

A successful response.

- GetJWKSResponse
  - `jwks` object — jwks is a JSON Web Key Set (RFC 7517). Always contains a single top-level field "keys" whose value is an array of JWK objects. Each JWK has at minimum a "kty" (key type), "kid" (key ID), and key-type-specific material (e.g., "x" and "crv" for OKP/Ed25519, "n" and "e" for RSA).

## Other responses

- `default` — An unexpected error response.

---

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