Employment History

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

Headers

Name
Type
Description

token*

String

API secret token

Request Body

Name
Type
Description

id*

String

Candidates identity number

idType*

String

Identity number type this can be one of the following national-id and passport

isSubjectConsent*

Boolean

Indicate subject has given consent. Must be true

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": []
}

Last updated

Was this helpful?