Webhook JWKS
Webhooks
Webhook JWKS
Fetch Waterfall’s Ed25519 public keys for verifying webhook signatures.
GET
Webhook JWKS
Use the keys returned here to verify the
X-Webhook-Signature header on Waterfall webhook deliveries. See Webhook Verification for the full verification protocol and ready-to-copy verifier code.Response
Waterfall webhook verification keys.
Public JSON Web Key Set used to verify Waterfall webhook signatures.
Minimum array length:
1Example:
[
{
"kty": "OKP",
"crv": "Ed25519",
"kid": "webhook-key-2026-06",
"use": "sig",
"alg": "EdDSA",
"x": "Q7HQWfd9_2hmzNwwBqqJ2l7CkDFv3cAvQ44asbkD-MA"
}
]