How do I subscribe to webhooks?
Webhooks allow Dojah to push real-time data to your server the moment an event occurs.
Webhooks enable Dojah to send real-time event notifications to your system when specific actions occur, such as a verification being completed or an AML match being flagged. This allows your application to automatically respond to important events without polling the API.
To subscribe to webhooks:
Log in to your dashboard.
Navigate to developers from the left-side panel.
Select webhooks from the dropdown menu.
Click subscribe at the top-right corner of the page.
In the pop-up modal:
Enter your endpoint URL (the URL where Dojah will send event notifications).
Select the specific service or event type you want to subscribe to.
Click subscribe to complete the setup.
Once subscribed, Dojah will begin sending real-time event notifications to your registered endpoint.
