Ivy’s Webhook system allows you to receive event notifications whenever specific actions occur in your integration. These notifications are sent as POST requests to your designated webhook endpoint.
You can create new Webhook Subscriptions through either the Ivy API or Dashboard to:
Receive specific events for your integration
Configure new webhook endpoints
All Webhooks must be validated. Ivy signs them with your Webhook Signing
Secret. Please review the implementation details in our
Authentication documentation.