Skip to main content
GET
/
.well-known
/
jwks
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>"
    }
  ]
}

Response

JWKS successfully retrieved

keys
object[]
required