Overview

Request and response format

All requests must include the Content-Type: application/json header. All API responses will be returned in JSON format.

Mutual TLS Authentication

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.

Environments

Test: https://verify-api-test.sehaci.com Production: https://verify-api.sehaci.com

Last updated