ReferenceO Auth2Get OpenID Connect certificatesCopy MarkdownOpen Server URLloading...GET/oauth2/certsSendReturns the public key set for verifying ID tokens.Response Body200application/jsoncURLJavaScriptPythonRubyElixircurl -X GET "https://example.com/oauth2/certs"200{ "keys": [ { "kty": "string", "use": "string", "kid": "string", "n": "string", "e": "string" } ] }Update a notificationPrevious PageGet user infoNext Page