latestOpenAPI 3.0.32026-08-12367267.0 KB

cda4b2b11372

endpoint

post/check-in-datazoo

Request body

companyKeystring
firstNamestring
lastNamestring
nationalIdNostring
dateOfBirthstring
addressLinestring
lgastring
statestring
clientReferencestring

Example request

{
  "companyKey": "61e0168e4a324c6077636306_8560ad4d6d9dc4e04d3754f3dfee130b07c59fcd",
  "firstName": "guion",
  "lastName": "audi",
  "nationalIdNo": "18482561982",
  "dateOfBirth": "1974-01-06",
  "addressLine": "1193 kuba road",
  "lga": "abuja municipal",
  "state": "fct abuja",
  "clientReference": "test 0001"
}

Response

Success

Example response

{
  "result": {
    "countrycode": "nigeria",
    "searchstatus": "successful"
  }
}