Reference
Deprecated root JWKS alias
Deprecated
Use /api/oauth/.well-known/jwks.json instead.
Response Body
application/json
application/json
curl -X GET "https://example.com/.well-known/jwks.json"{ "keys": [ { "kty": "string", "use": "string", "kid": "string", "alg": "string", "n": "string", "e": "string", "property1": null, "property2": null } ]}{ "error": "string", "error_description": "string", "details": [ null ]}