cURL
curl --request GET \ --url https://{tenantId}.api.nestmed.com/api/v1/auth/jwks
{ "keys": [ { "kty": "<string>", "use": "<string>", "kid": "<string>", "alg": "<string>", "n": "<string>", "e": "<string>" } ] }
Provides public keys to verify the signature of JWTs issued by the API.
A JWKS document.
Show child attributes