Webhook Integration Guide
Webhooks allow your application to receive real-time event notifications from our system. Instead of polling for updates, you can configure a URL endpoint where we will send event payloads as POST requests.
You can explore available webhooks in this portal.
Quick Start
1. Create a webhook subscription
2. Webhook notifications
When a webhooks is triggered, you’ll receive a POST request. Notice that the individual webhook events are inside an array, as they might be batched together in practice:
3. Webhook subscription management
For complete webhook endpoint references, navigate here.