{
"residence_history": {
"status": "COMPLETED",
"residence_verified": true,
"residences": [
{
"address": "789 Oak Lane",
"city": "Toronto",
"state": "ON",
"postalCode": "M5V 2T6",
"start_date": "2020-01-01",
"end_date": "2021-01-01",
"landlord_name": "John Smith",
"landlord_phone": "+14165550123"
},
{
"address": "123 Maple St",
"city": "Toronto",
"state": "ON",
"postalCode": "M5V 2T6",
"start_date": "2021-01-02",
"end_date": "2022-01-01",
"landlord_name": "Jane Doe",
"landlord_phone": "+14165550124"
}
],
"verification": {
"verified_at": "2025-02-03T20:25:05-05:00"
}
}
}