v50

latestOpenAPI 3.1.0raw.githubusercontent.com2026-07-031984301.2 MB
Public Keys

Get Public Key

Retrieves a public key by it's identifier.

get/.well-known/jwks.json/{kid}

Response

OK

ktystring

The cryptographic algorithm family used with the key.

nstring

The RSA public modulus n.

estring

The RSA public exponent e.

algstring

The algorithm intended for use with the key.

kidstring

The "kid" (key ID) parameter is used to match a specific key.

usestring

The "use" parameter is employed to indicate whether a public key is used for encrypting data or verifying the signature on data.