National Identification Number(NIN)
Verify National Identity Number
POST
https://vapi.verifyme.ng/v1/verifications/identities/nin/:ref
Use this endpoint to verify the identity of a person using their national identity number issued by NIMC.
Path Parameters
Name
Type
Description
ref
string
NIN number
Headers
Name
Type
Description
Authorization
string
Authorization token
Request Body
Name
Type
Description
dob
string
Date of Birth
firstname
string
first name
lastname
string
last name
Sample Request
Verify National ID with Registered Phone Number
POST
https://vapi.verifyme.ng/v1/verifications/identities/nin_phone/:ref
Use this endpoint to verify the identity of a person using the phone number used in registering the national Identity with NIMC.
Path Parameters
Name
Type
Description
ref
string
NIMC Registered Phone number eg 0800000000
Headers
Name
Type
Description
Authorization
string
Authorization token
Request Body
Name
Type
Description
dob
string
Date of Birth
firstname
string
first name
lastname
string
last name
Sample Response
Last updated
Was this helpful?