Retrieve the public JSON Web Key used to verify JWT tokens issued by this deployment.
curl --request GET \
--url https://{deploymentHost}/.well-known/jwk \
--cookie __session={
"status": 200,
"message": "",
"data": {
"keys": [
{
"kty": "RSA",
"use": "sig",
"kid": "deployment-123-key-1",
"alg": "RS256",
"n": "0vx7agoebGcQSuuPiLJXZptN9nndrQmbXEps2aiAFbWhM78LhWx4cbbfAAtVT86zwu1RK7aPFFxuhDR1L6tSoc_BJECPebWKRXjBZCiFV4n3oknjhMstn64tZ_2W-5JsGY4Hc5n9yBXArwl93lqt7_RN5w6Cf0h4QyQ5v-65YGjQR0_FDW2QvzqY368QQMicAtaSqzs8KJZgnYb9c7d0zgdAZHzu6qMQvRL5hajrn1n91CbOpbISD08qNLyrdkt-bFTWhAI4vMQFh6WeZu0fM4lFd2NcRwr3XPksINHaQ-G_xBniIqbw0Ls1jF44-csFCur-kEgU8awapJzKnqDKgw",
"e": "AQAB"
}
]
},
"session": {
"signin_attempts": [],
"signins": [],
"signup_attempts": [],
"active_signin": null
},
"errors": []
}Session cookie authentication for production deployments. The session token is automatically set as an HTTP-only, secure cookie.
JWK retrieved successfully
HTTP status code
Response message (empty for success)
Response data (can be any type)
Show child attributes
Show child attributes
Unique identifier for the sign-in attempt
plain_email, plain_username, phone_otp, email_otp, magic_link, sso, passkey verify_email, verify_email_otp, verify_email_link, verify_second_factor, verify_phone, verify_phone_otp Whether profile completion is required
Fields that need to be completed
All required fields for this deployment
curl --request GET \
--url https://{deploymentHost}/.well-known/jwk \
--cookie __session={
"status": 200,
"message": "",
"data": {
"keys": [
{
"kty": "RSA",
"use": "sig",
"kid": "deployment-123-key-1",
"alg": "RS256",
"n": "0vx7agoebGcQSuuPiLJXZptN9nndrQmbXEps2aiAFbWhM78LhWx4cbbfAAtVT86zwu1RK7aPFFxuhDR1L6tSoc_BJECPebWKRXjBZCiFV4n3oknjhMstn64tZ_2W-5JsGY4Hc5n9yBXArwl93lqt7_RN5w6Cf0h4QyQ5v-65YGjQR0_FDW2QvzqY368QQMicAtaSqzs8KJZgnYb9c7d0zgdAZHzu6qMQvRL5hajrn1n91CbOpbISD08qNLyrdkt-bFTWhAI4vMQFh6WeZu0fM4lFd2NcRwr3XPksINHaQ-G_xBniIqbw0Ls1jF44-csFCur-kEgU8awapJzKnqDKgw",
"e": "AQAB"
}
]
},
"session": {
"signin_attempts": [],
"signins": [],
"signup_attempts": [],
"active_signin": null
},
"errors": []
}