Drivers License
Please note that when using your test key, Our test persona is John Doe and his Drivers License Number is 10000000001. Hence all matching done with your test keys with details other than that of our Test Persona would simulate a failed identity matching.
post
https://vapi.verifyme.ng
/v1/verifications/identities/drivers_license/:ref
Verify Drivers License
Curl
curl --location --request POST 'https://vapi.verifyme.ng/v1/verifications/identities/drivers_license/10000000001' \
--header 'Authorization: Bearer <your secret key>' \
--header 'Content-Type: application/json' \
--data-raw '{
"firstname":"John",
"lastname":"Doe",
"phone":"080000000000",
"dob":"04-04-1944"
}'