VerifyMe API
Search
K

Submit Guarantor Verification

Please note that you are required to have a webhook set for guarantor verification requests to be successful. If they are not set, you will not get notified when the verification has been completed.
post
https://vapi.verifyme.ng
/v1/verifications/guarantors
Submit Guarantor for Verification

Sample Request

JSON
CURL
{
"applicant": {
"idType": "NIN",
"idNumber": "10000000001",
"firstname": "john",
"lastname": "doe",
"dob":"04-04-1944",
"phone": "08121234567"
},
"firstname": "James",
"lastname": "Ademola",
"phone": "0800000000",
"email": "[email protected]",
"street": "23, John Boomg Street",
"lga": "olorunda",
"landmark": "luke telecommunication",
"acceptableIdType": [
"BVN"
],
"verifyAddress": true
}
curl --verbose
--header "Authorization: Bearer <token>"
--data '{ "applicant": { "idType": "NIN", "idNumber": "10000000001", "firstname": "john", "lastname": "doe", "dob":"04-04-1944", "phone": "08121234567" }, "firstname": "James", "lastname": "Ademola", "phone": "0800000000", "email": "[email protected]", "street": "23, John Boomg Street", "lga": "olorunda", "landmark": "luke telecommunication", "acceptableIdTypes": [ "BVN" ], "verifyAddress": true}'
--request "POST" "https://vapi.verifyme.ng/v1/verifications/guarantor"