Get webhook JWKS
Queries
Get webhook JWKS
Fetch Turnkey webhook signature verification keys.
GET
Get webhook JWKS
Fetch the public Ed25519 keys used to verify Turnkey webhook signatures. This endpoint requires no authentication.
For full verification guidance, including signed message construction and SDK helper usage, see Verify webhook signatures.
Cache the JWKS response according to the
A successful response returns the following fields:
Cache-Control header. Match each JWK kid to the webhook delivery’s X-Turnkey-Signature-Key-Id header, and refetch JWKS before rejecting a delivery with an unknown kid.
Current production Cache-Control:
Public webhook signature verification keys.