Olympus Docs
ReferenceAPIsOry Hydra APIjwk

Get JSON Web Key

This endpoint returns a singular JSON Web Key contained in a set. It is identified by the set and the specific key ID (kid).

GET /admin/keys/{set}/{kid}

This endpoint returns a singular JSON Web Key contained in a set. It is identified by the set and the specific key ID (kid).

Operation ID: getJsonWebKey    Tag: jwk

Path parameters

NameTypeRequiredDescription
setstringyesJSON Web Key Set ID
kidstringyesJSON Web Key ID

Responses

StatusDescriptionBody
200jsonWebKeySetapplication/json, object
defaulterrorOAuth2application/json, object

Generated from ../athena/openapi.json at build time.

On this page