---
title: "Get Public Key"
method: GET
path: "/.well-known/jwks.json/{kid}"
tags: ["Public Keys"]
---

# Get Public Key

`GET /.well-known/jwks.json/{kid}`

Retrieves a public key by it's identifier.

## Response `200`

OK

- Jwk — A Json Web Key. <br> See https://datatracker.ietf.org/doc/html/rfc7517 for details.
  - `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

- `404` — Error codes: * "notFound": the public key could not be found by identifier.

---

[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/revisions/d42dac7c28a3/schema)
