Retrieve the details of an address verification requested
{{baseUrl}}/api/v1/kyc/address
{ "entity": { "status":"pending", "reference_id": "69e10264-4b90-64fe-b4b7-c9dddafd0241", "data": { "applicant": { "first_name": "John", "last_name": "Doe", "phone": "08012345678", "middle_name": "Kabiru", "photo": "", "gender": "Male", "dob": "17/01/1988" }, "location": "7.081273, 8.232523", "photos": [ "" ], "neighbor": { "name": "Musa Garba", "comment": "Very friendly", "phone": "080987654321" }, "city": "oshodi", "street": "270 Murtala Muhammed Way, Alagomeji. Yaba", "lga": "lagos mainland", "state": "Lagos", "country": "Nigeria", "comments": "" } } }