cURL
curl --request GET \ --url https://api.rownd.io/hub/auth/keys \ --header 'Authorization: Bearer <token>'
{ "keys": [ { "kty": "OKP", "alg": "EdDSA", "kid": "sig-1644937360", "use": "sig", "crv": "Ed25519", "x": "ChrFqbu1T7TTuLFg3o_coBNwqdm_O5Llok1dey0G2Tg" } ] }
Retrieve the current JWK set that validates Rownd-issued tokens
Bearer authentication header of the form Bearer <token> where <token> is your Rownd JWT
Bearer <token>
<token>
Keys retrieved successfully
List of public JWKs for verifying Rownd JWTs
Show child attributes
Key Type
"OKP"
Algorithm intended for use with the key
"EdDSA"
Key ID
"sig-1644937360"
Intended use of the public key
sig
enc
"sig"
Curve Name for Elliptic Curve Public Keys
"Ed25519"
Base64url encoded public key value
"ChrFqbu1T7TTuLFg3o_coBNwqdm_O5Llok1dey0G2Tg"