Employment History

POST {{baseurl}}/v2/verifications/identity/ke/employment

Headers

Request Body

Employment History

{
    "id": "1234567",
    "idType": "national-id"|"passport",
    "isSubjectConsent": true
}
{
    "success": true,
    "statusCode": 200,
    "message": "success",
    "data": {
        "id": "64ec17eec79f7a16971c65bc",
        "parentId": null,
        "status": "found",
        "reason": null,
        "dataValidation": false,
        "selfieValidation": false,
        "dateOfBirth": "1999-12-31T21:00:00Z",
        "identityType": "national-id",
        "isConsent": true,
        "idNumber": "1234567",
        "businessId": "628b38f03ae28a14f52d4bf7",
        "firstName": "Kangethe",
        "middleName": "Kariuki",
        "lastName": "Simon",
        "fullName": "Kangethe Kariuki  Simon",
        "gender": "Male",
        "maritalStatus": "Married",
        "employmentName": "Teachers Service Commission.",
        "lastEmployment": "NotSpecified",
        "type": "keCreditInfoEmployment",
        "allValidationPassed": true,
        "requestedAt": "2023-08-28T03:43:43.294Z",
        "requestedById": "628b38f03ae28a5a122d4bf3",
        "country": "KE",
        "createdAt": "2023-08-28T03:43:43.489Z",
        "lastModifiedAt": "2023-08-28T03:43:43.489Z",
        "metadata": {},
        "requestedBy": {
            "firstName": "API",
            "lastName": "User",
            "middleName": "",
            "id": "628b38f03ae28a5a122d4bf3"
        }
    },
    "links": []
}
 {
    "success": true,
    "statusCode": 200,
    "message": "success",
    "data": {
        "id": "64dbc741e7e51e4857139725",
        "parentId": null,
        "status": "not_found",
        "reason": "Person Not Found",
        "dataValidation": false,
        "selfieValidation": false,
        "dateOfBirth": null,
        "identityType": "national-id",
        "isConsent": true,
        "idNumber": "12345671234",
        "businessId": "628b38f03ae28a14f52d4bf7",
        "employmentName": null,
        "lastEmployment": null,
        "type": "keCreditInfoEmployment",
        "allValidationPassed": false,
        "requestedAt": "2023-08-15T18:43:20.816Z",
        "requestedById": "628b38f03ae28a5a122d4bf3",
        "country": "KE",
        "createdAt": "2023-08-15T18:43:21.048Z",
        "lastModifiedAt": "2023-08-15T18:43:21.048Z",
        "metadata": {},
        "requestedBy": {
            "firstName": "API",
            "lastName": "User",
            "middleName": "",
            "id": "628b38f03ae28a5a122d4bf3"
        }
    },
    "links": []
}
{
  "success": false,
  "statusCode": 404,
  "message": "You have attempted to get a resource that does not exist.",
  "name": "ResourceNotFoundError",
  "data": {}
}

Last updated