Verify Identity Number
This section contains api endpoint to verify a kenyan identity number, as well as request and response samples
Identity Verification
POST
{{baseurl}}/v2/api/identity/ke/id-scrub
Headers
Name | Type | Description |
---|---|---|
token* | String | API secret token |
Request Body
Name | Type | Description |
---|---|---|
id* | String | Candidates id number |
isSubjectConsent* | Boolean | Indicate subject has given consent. Must be true |
idType* | Object | Candidates id type, this can be one of the following |
metadata | Object | Metadata object. Any valid object can be passed here. It gets returned as is. |
Identity Verification
This is used to verify that the Kenyan identity number provided exists in the database. It shows non-account information available for a given identity. The identity number can be for a Passport, National ID, Service ID, or Alien ID.
Identity Number Found Sample
This contains request and response samples of a valid and existing identity number and the owner's information
Last updated