cURL
curl --request GET \ --url https://{projectId}.frontendapi.corbado.io/.well-known/jwks
{ "keys": [ { "alg": "RS256", "kty": "RSA", "use": "<string>", "n": "<string>", "e": "<string>", "kid": "<string>" } ] }
Retrieves well-known JWKS for Project ID
JWKS successfully retrieved
Show child attributes
Was this page helpful?