API ReferenceNIMC Enterprise
Lookup face match
POST
/v1/nin/lookup/facematchAuthorization
bearer AuthorizationBearer <token>
In: header
Request Body
application/json
TypeScript Definitions
Use the request body type in TypeScript.
Response Body
curl -X POST "https://example.com/v1/nin/lookup/facematch" \ -H "Content-Type: application/json" \ -d '{ "nin": "11111111111", "enterprise_id": "ENT4SANDBOX", "requestReason": "creditBackgroundCheck", "liveliness_images": [ { "image": "--imagebase64--" } ], "selfieImage": { "image": "--imagebase64--" } }'Empty