HookRelay

System Settings

Manage API keys, retry delivery policies, and security guardrails

Master API Key

Use this secret key to authenticate programmatic API queries and endpoint generation

hr_live_9f8e7d6c5b4a3120

Delivery Retry Policies

Configure how HookRelay handles transient HTTP errors and target timeouts

Enable Automated Retries

Automatically retry webhooks when destination responds with 5xx or times out

Cryptographic Verification Standard

Security enforcement for incoming and outgoing payloads

Outgoing webhooks are signed using HMAC-SHA256 headers:

X-HookRelay-Signature: hex(hmac_sha256(endpoint.signingSecret, payload))