cURL
curl --request GET \ --url https://api.bkey.id/oauth/jwks \ --header 'Authorization: Bearer <token>'
{ "keys": [ { "kty": "<string>", "crv": "<string>", "x": "<string>", "use": "<string>", "alg": "<string>", "kid": "<string>" } ] }
Returns the JSON Web Key Set for verifying BKey-issued JWTs (EdDSA / Ed25519).
EdDSA-signed JWT obtained via OAuth 2.1 client_credentials or CIBA
Default Response
Show child attributes