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
Documentation IndexFetch the complete documentation index at: https://docs.corbado.com/llms.txtUse this file to discover all available pages before exploring further.
Fetch the complete documentation index at: https://docs.corbado.com/llms.txt
Use this file to discover all available pages before exploring further.
JWKS successfully retrieved
Show child attributes
Was this page helpful?