Developers

APIs built for digital trust teams

Use REST APIs, scoped keys, webhooks, audit logs and predictable JSON responses to embed Identro verification directly into your product.

bash
01curl -X POST https://api.identro.ng/api/v1/merchant-api/nin/verify \02  -H "x-api-key: $IDENTRO_API_KEY" \03  -H "Content-Type: application/json" \04  -d '{"nin":"12345678901","consentCaptured":true,"consentReference":"APP-CONSENT-001"}'
json
01{02  -300">"success": -300">true,03  -300">"code": -300">"SUCCESS",04  -300">"data": {05    -300">"reference": -300">"VRF-XYZ",06    -300">"maskedNin": -300">"123******01",07    -300">"firstName": -300">"Rabiu",08    -300">"status": -300">"verified"09  }10}