This shows you how to get blacklisted user details
GET {{base_url}}/intelligence//{bvn/phone}
GET
{{base_url}}/intelligence//{bvn/phone}
{ "status": "success", "message": "User Records", "data": { "id": 5, "name": "Samson", "bvn": "12345678901", "phone": "080552442441", "email": "test@gmail.com", "gender": null, "loan_amount": 10000.0, "amount_paid": 5000.0, "due_date": "2022-08-17", "location": null } }
Last updated 2 years ago