Introduction
Webhooks enable Ondato to send you real-time notifications about events happening with your Identity Verifications.
HTTPS is used and notifications are sent to your application as a JSON payload.
How to receive webhooks
In order to receive
Identify webhooks you want to receive
Create webhook endpoint
Ondato needs to know where to send information about events. In order to receive webhooks you need to create a webhook endpoint and provide us with the publicly accessible HTTPS
URL. The URL format must be as follows: https://<your-website-name>/<your-webhook-endpoint>
.
Add Comment