Webhooks
Get webhook JWKS
Fetch 0xkey webhook signature verification keys.
GET
Fetch the public Ed25519 keys used to verify 0xkey webhook signatures. This endpoint is public and does not require authentication.
Cache the JWKS response according to the
Cache-Control header. Match each JWK kid to the webhook delivery’s X-0xkey-Signature-Key-Id header. If a delivery uses an unknown kid, refetch JWKS once before rejecting it.
Current Cache-Control:
Public webhook signature verification keys.