Errors

We uses conventional HTTP response codes to indicate the success or failure of an API request. HTTP Status Codes summary 200 OK 400 Your request is invalid and/or not formed properly. You need to reformulate your request. 401 No valid API key provided. 402 The Read more…

Authentication

CheckMyPeople.com API provides an API key which you can get from your Profile Page. Headers for incoming requests must contain this secret key in the format below. API requests without authentication will fail. Authentiacation {    “Authorization”: “Bearer { Api Key here }” }

Getting Started

You can start integrating our API’s into your platform by following the steps below: Create a Corporate CheckMyPeople.com account by navigating to https://checkmypeople.com/corporate/ Integrate the checkmypeople API into your platform Head over to the Load Account Balance tab and fund your account in order to Read more…

Verify VNIN

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 ‘{“vnin”:” VNIN number here “}’ Sample Response Response {     “status”: 200,     “message”: OK,     “result”: {         “firstName”: “STEVEN”,         “surname”: “****”,         “middleName”: “CHIEZE”,         “dateOfBirth”: Read more…

API Documentation

Welcome to CheckMyPeople, a duly licensed Verification Agent with the National Identity Management Commission (NIMC). We have deployed a host of technologies that will enable our corporate customers integrate our Identity Verification Services (IVS) with their platforms in a seamless fashion to provide information that Read more…