| entity | object | Contains the response data |
| entity.status | string | Verification status. Values: pending (verification in progress), completed (verification finished), failed (verification could not be completed) |
| entity.reference_id | string | Unique reference ID for the verification request |
| entity.data | object | Detailed verification data (populated when status is completed) |
| entity.data.applicant | object | Information about the individual whose address was verified |
| entity.data.applicant.first_name | string | First name of the applicant |
| entity.data.applicant.last_name | string | Last name of the applicant |
| entity.data.applicant.phone | string | Phone number of the applicant |
| entity.data.applicant.middle_name | string | Middle name of the applicant |
| entity.data.applicant.photo | string | URL or Base64 of the applicantβs photo (may be empty) |
| entity.data.applicant.gender | string | Gender of the applicant |
| entity.data.applicant.dob | string | Date of birth of the applicant (DD/MM/YYYY format) |
| entity.data.location | string | GPS coordinates of the verified address (latitude, longitude) |
| entity.data.photos | array | List of photo URLs or Base64 strings taken during verification |
| entity.data.neighbor | object | Information collected from a neighbor during verification |
| entity.data.neighbor.name | string | Name of the neighbor contacted |
| entity.data.neighbor.comment | string | Neighborβs comment about the applicant |
| entity.data.neighbor.phone | string | Phone number of the neighbor |
| entity.data.city | string | City of the verified address |
| entity.data.street | string | Street address that was verified |
| entity.data.lga | string | Local Government Area of the address |
| entity.data.state | string | State of the verified address |
| entity.data.country | string | Country of the verified address |
| entity.data.comments | string | Additional comments from the verification agent |