Advanced Phone Search

POST {{baseurl}}/v2/api/identity/ng/nin-phone

Headers

Name
Type
Description

token*

String

API secret token

Request Body

Name
Type
Description

mobile*

Sting

Valid phone number

isSubjectConsent*

Boolean

Indicate subject has given consent. Must be true

validation

Object

Validation Object

data

Object

Validation Object

lastName

String

lastname to compare against ID

firstName

String

firstname to compare against ID

dateOfBirth

String

date of birth to compare against ID

selfie

Object

Selfie Validation Object

image

String

Selfie image to compare against ID

Advanced Phone Number Search verifies that a provided exists in the NIMC database using the phone number associated with the ID. It shows the full information of the NIN holder

{
    "mobile": "08000000000",
    "isSubjectConsent": true
}

Advanced Phone Number Search Facial Matching

Advanced Phone Number Search Facial matching is used to verify that a phone number is valid and also that image provided matches the image in the database. This includes a confidence score of the Facial matching;

Advanced Phone Number Search Validation

Advanced Phone Number Search Validation verifies a phone number and compares given data parameters against the data present in the database. For example, a first name and last name can be provided and this will validate as true or false as to whether it matches with the names in the database or not;

Advanced Phone Number Search Full Sample Request

This is a sample request that contains all the parameters as described above, all in one call

Last updated

Was this helpful?