WebhookSecure Verify
WebhookSecure Verify is a lightweight API that helps developers confirm the authenticity of incoming webhook requests without implementing provider-specific signature verification logic. Send the exact payload you received (base64-encoded), the original request headers, and the shared secret used by the webhook provider. The API validates the signature using the correct rules for each supported…
WebhookSecure Verify endpoints
| Method | Endpoint | Description |
|---|---|---|
| v1 | ||
| POST |
/v1/verify /v1/verify |
Validates webhook signatures for Stripe, GitHub, Slack, Shopify, or generic HMAC-signed payloads. |
WebhookSecure Verify pricing
| Plan | Price | Rate limit | Quotas |
|---|---|---|---|
| BASIC | Free | 1000 / hour |
|
| PRO Recommended | $2.5 / month | 3 / minute |
|
| ULTRA | $15 / month | 30 / minute |
|
| MEGA | $50 / month | 1 / second |
|