cURL
curl --request GET \ --url https://app.mlm-platform.com/.well-known/jwks.json
{ "keys": [ { "kty": "<string>", "kid": "<string>", "use": "<string>", "alg": "<string>", "n": "<string>", "e": "<string>" } ] }
Returns the public keys used to verify JWTs.
JWKS
Show child attributes