Frontend API
cURL
curl --request GET \ --url https://api.wacht.dev/.well-known/jwk
{ "keys": [ { "kty": "EC", "kid": "key-123", "crv": "P-256", "x": "<string>", "y": "<string>", "alg": "ES256" } ] }
Retrieve the deployment’s public JWT keys for token verification
JWT keys retrieved
Show child attributes
Was this page helpful?