Verify NIN
Sample Request curl –location –request POST ‘https://https://api.checkmypeople.com/v1/verify’ \ –header ‘Authorization: Bearer { your api key here }’ \ –header ‘Content-Type: application/json’ \ –d ‘{“nin”:” NIN number here “}’ Sample Response Response { ”status” : “200”, ”message” : “OK”, ”result”:{ ”birthcountry”: “****”, ”birthdate”: “06-06-19xx”, ”birthlga”: “****”, Read more…