cURL
curl --request GET \ --url https://passkeys.hanko.io/{tenant_id}/.well-known/jwks.json
{ "keys": [ { "alg": [ "RS256" ], "e": [ "AAAA" ], "kid": [ "483b2499-1ed7-4325-94e3-97e8118ceee9" ], "kty": [ "RSA" ], "n": "<string>", "use": [ "sig" ] } ] }
Endpoint for fetching JWKS
UUID of the tenant
36
["1f496bcd-49da-4839-a02f-7ce681ccb488"]
Example response
The response is of type object.
object
Was this page helpful?