Table of Contents |
---|
Ondato uses webhooks to notify your application about an event that happens in your identification.
What is a webhook?
...
|
Introduction
Webhooks enable Ondato to send you real-time notifications to your application. about events happening with your Identity Verifications.
HTTPS is used and notifications are sent to your application as a JSON payload. Once the notifications are received by you then actions can be executed on your side.
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>
.