When sending webhooks to your endpoints, Ivy will sign the request with a secret key. You can view and manage your secret key in the Ivy Dashboard.
X-Ivy-Signature
header. Verify this value to ensure the request is coming from Ivy and not from a third party.
To validate incoming requests:
Webhook Signing Secret
from the Ivy DashboardX-Ivy-Signature
Header against a newly calculated Signature for every incoming requestWebhook Signing Secret
with HMAC & SHA-256 Hash