Verify National ID
CIV ID Verification
POST {{baseurl}}/v2/api/identity/ci/national-id
This endpoint allows you to perform different types of CIV ID verifications.
Headers
Name
Type
Description
token*
String
API secret token
Request Body
Field
Type
Description
id*
String
National ID NNI number
isSubjectConsent*
Boolean
Indicate subject has given consent. Must be true
validations
Object
Validation object
data
Object
Validation data object
lastName
String
lastname to compare against ID
firstName
String
firstname to compare against ID
dateOfBirth
String
date of birth to compare against ID
CIV ID Verification
{
"id": "11978031809",
"isSubjectConsent": true
}
CIV ID Validation
Last updated
Was this helpful?
