1 with verificationRequestId from verify response or history.curl --location -g --request GET 'https://api-dev.usenumero.com/numeroaccount/api/v{{apiVersion}}/business/verification/1' \
--header '{{apiHeaderName}}: {{apiKey}}'{
"status": true,
"message": "Success",
"code": "200",
"data": {
"verificationId": 1,
"reference": "VER-20260102-abc",
"type": "BVN",
"status": "Completed",
"createdAt": "2026-01-02T12:00:00Z",
"normalizedResult": { "firstName": "J***" },
"walletTransaction": {
"reference": "VER-20260102-abc",
"amount": 100.0,
"date": "2026-01-02T12:00:00Z",
"status": "Successful"
}
}
}