Webhook Signature Security

Verify the authenticity of received webhooks with cryptographic signature.

Anyone knowing your webhook endpoint URL could potentially send fake alerts to it. Cryptographic signature guarantees that the webhook actually comes from MoniTao.

Each webhook includes a signature header that you can verify server-side. Without valid signature, reject the request.

Why Verify the Signature

How the Signature Works

Server-Side Verification

Frequently Asked Questions

Where to find the signature secret?

In webhook settings, after creation. Copy it securely.

Can I regenerate the secret?

Yes, but remember to update your server with the new secret.

Is verification mandatory?

No, but strongly recommended. Without verification, you're vulnerable to fake webhooks.

What algorithm does MoniTao use?

HMAC SHA-256, industry standard for webhook signing.

Ready to Sleep Soundly?

Start free, no credit card required.