Webhook Endpoints
Receive real-time HTTP notifications when events occur in your account.
Add Endpoint
Keys: tool size status user_id ·
Ops: == != < <= > >= in [...] ·
Logic: && || ()
Loading webhooks...
Verifying signatures: Every delivery includes an
X-JE-Signature header with an HMAC-SHA256 hex digest.
Compute HMAC-SHA256(body, your_secret) and compare with the header value (without the sha256= prefix).