v4
latestOpenAPI 3.1.02026-08-0421336267.5 KBLead Referrals
Get Lead
get/v1/quote/estimate/{entity_id}
Path parameters
entity_idstring required
Response
Successful Response
Example response
{
"entity_id": "db62d0fb-ac08-425f-98c2-f89c2dff6c47",
"contact": {
"first_name": "John",
"last_name": "Smith",
"email": "john.smith@example.com",
"phone_number": "2605551234",
"date_of_birth": "1985-06-15",
"company_name": "Smith Property Management LLC",
"mailing_address": {
"street_address": "4825 Mount Sinyala Crossover",
"city": "Fort Wayne",
"state": "IN",
"zip_code": "46808",
"county": "Alameda",
"lat": 33.789177,
"lng": -117.793104
}
},
"estimate": {
"property_id": "1a5f56",
"original_property": {
"property_id": "1a5f56",
"current_premium": 1994,
"address": {
"street_address": "4825 Mount Sinyala Crossover",
"city": "Fort Wayne",
"state": "IN",
"zip_code": "46808",
"county": "Alameda",
"lat": 33.789177,
"lng": -117.793104
},
"property_details": {
"size_sqft": 1800,
"year_built": 1980,
"number_of_units": 1,
"replacement_value": 125000,
"stories": 2,
"occupancy_type": "fix_and_flip",
"rent": 2590,
"occupancy": 100,
"bedrooms": 3,
"bathrooms": 2.5
}
},
"savings": {
"current_premium": 910,
"lowest": 800,
"savings": 110
},
"estimate": {
"lowest": 800,
"dp_1": 1000,
"dp_3": 3000
},
"calculated_property": {
"property_id": "1a5f56",
"address": {
"street_address": "4825 Mount Sinyala Crossover",
"city": "Fort Wayne",
"state": "IN",
"zip_code": "46808",
"county": "Alameda",
"lat": 33.789177,
"lng": -117.793104
},
"property_details": {
"size_sqft": 1800,
"year_built": 1980,
"number_of_units": 1,
"replacement_value": 125000,
"land_value": 125000,
"stories": 2,
"bedrooms": 3,
"bathrooms": 2.5
}
},
"minimum_earned_premium_days": 90
}
}