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