Last updated 1 month ago
Required scopes: No scopes required.
Gets the Make authorization server's public JWK set.
curl -L \ --url 'https://www.make.com/oauth/v2/oidc/jwks'
{ "keys": [ { "alg": "text", "kty": "text", "use": "text", "kid": "text", "n": "text", "e": "text" } ] }