AVMOrder ActionsRetrieve Response

API Description

  • Retrieve Response.
POST
/api/v2/order/get-response

Query Parameters

NameDataTypeValue
intake_tokenStringwNpOV47PLkRuS8taZpMaPQDTU
order_tokenStringwNpOV47PLkRuS8taZpMaPQDTU

Responses

🟢 Success
{
	"success": true,
	"message": "Data retrieved successfully.",
	"data": {
		"responses": [
			{
				"order_token": "NYmsHCcccYWCcZNQJQKN1698664503848",
				"property_address": {
					"unit_number": "CUN-1546",
					"address" : "166 Gardner Street",
					"address_line_2" : "Terrace",
					"city" : "Terrace",
					"state" : "GA",
					"postal_code" : "31204",
					"asset_ref_id": "1"
				},
				"property_specs": {
					"above_grade_sqft": 2200,
					"below_grade_sqft": 0,
					"beds": 3,
					"baths": 2,
					"year_built": "2022",
					"lot_size": 49746,
					"stories": "2.00",
					"garage": 2,
					"key_flags": {
						"golf_course": null,
						"pool": "0",
						"water_front": null
					}
				},
				"market_information": {
					"zip_code_category": "Suburban",
					"demand_score": 76,
					"demand_score_level": "Strong",
					"inventory": "1.1 months",
					"medianTTS": "45 days",
					"remodeled": "40.0%"
				},
				"confidence_score": {
					"fsd_score": "2.86",
					"fsd_confidence_score": 97.14,
					"rv_confidence": "69",
					"data_quality": "50.9",
					"application_score": "7.50",
					"reliabilityScore": "Moderate"
				},
				"subject_condition_rating": {
					"overall_condition": "8.00",
					"kitchen": "N/A",
					"baths": "N/A",
					"interior": "N/A",
					"exterior": "N/A"
				},
				"results": {
					"as_is_value": 99776,
					"range": {
						"low": 0,
						"high": 334411
					},
					"top_3_aiv": {
						"low": 0,
						"avg": 0,
						"high": 0
					},
					"top_10_aiv": {
						"low": 0,
						"avg": 0,
						"high": 0
					}
				},
				"rehab_estimates":{
					"min": "0.10",
					"partial": "0.10",
					"full": "211.00"
				},
				"ARV_results":{
					"low": "100.00",
					"med": "100.00",
					"high": "100.00"
				},
			}
		]
	},
	"meta": {},
	"errors": []
}