---
title: "List Public Keys"
method: GET
path: "/.well-known/jwks.json"
tags: ["Public Keys"]
---

# List Public Keys

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

List all available Public Keys.

## Response `200`

OK

- WellKnownJwksResponse
  - `keys` Jwk[]
    - `kty` string — The cryptographic algorithm family used with the key.
    - `n` string — The RSA public modulus n.
    - `e` string — The RSA public exponent e.
    - `alg` string — The algorithm intended for use with the key.
    - `kid` string — The "kid" (key ID) parameter is used to match a specific key.
    - `use` string — The "use" parameter is employed to indicate whether a public key is used for encrypting data or verifying the signature on data.

## Other responses

- `416` — Error codes: * "requestedRangeNotSatisfiable": The requested entity or one of it's dependencies attempted to retrieve data outside the allowed range.

---

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