JWKS Controller
Get JWKS public keys
Returns the JSON Web Key Set (JWKS) containing all public keys used to verify JWTs issued by the Strategic Partner service (e.g. webhook signatures).
This endpoint follows the standard JWKS format defined in RFC 7517.
Security:
- This is an UNAUTHENTICATED public endpoint (standard for JWKS discovery)
- Only public keys are exposed; private keys are never returned
get/v1/partner/.well-known/jwks.json
Response
JWKS retrieved successfully