---
title: "JSON Web Key Set"
method: GET
path: "/jwt-keys"
tags: ["JWKS"]
---

# JSON Web Key Set

`GET /jwt-keys`

Returns AWS Cognito User Pool's JWT Key IDs and RSA Public Signing Keys

## Response `200`

Key set retrieved, processed and returned in response body

- JWKSResponse — :- The keys in this object are dynamically generated and so the below should be taken as an example and not definitive.
  - `2a8vXmIK67ZZ3hFZ=` string
  - `GRBevIroJzPBvaGa=` string

## Other responses

- `404` — Key set not found or error processing it
- `500` — Failed to process the request due to an internal error

---

[API](https://skmtc.net/office-of-national-statistics/apis/identity-api.md) · [All operations](https://skmtc.net/office-of-national-statistics/apis/identity-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/office-of-national-statistics/identity-api/revisions/6472459b6b03/schema)
