Introduction

Webhooks let you subscribe to events happening in Sehaci Verification Platform and automatically receive a delivery of data to your server whenever those events occur.

When you create a webhook, you specify a URL and subscribe to events that occur on Sehaci Verification Platform. When an event that your webhook is subscribed to occurs, Sehaci will send an HTTP request with data about the event to the URL that you specified. If your server is set up to listen for webhook deliveries at that URL, it can take action when it receives one. Webhooks are used to receive data as it happens, as opposed to polling the Verify API to see if data is available.

Setup

Sehaci requires mutual TLS authentication to ensure secure communication between your server and the Verify API. The client must set up mutual authentication using a certificate signed by Sehaci. A CSR (Certificate Signing Request) can be uploaded on the Sehaci Portal, and the signed client certificate will be generated and available for download.

Last updated