EVALOrder ActionsGet Intake Details

API Description

  • Get order/intake details

API Endpoint

GET
/api/v1/order/intake-details

Query Parameters

NameDataTypeValue
intake_tokenStringvalue

Responses

🟢 Single Order
{
	"success": true,
	"message": "Data retrieved successfully.",
	"data": {
		"intakeData": {
			"property_upload_type": "single",
			"company_token": "2e9e8617bb6044423f451695205873",
			"is_property_vacant_land": "0",
			"is_property_partially_completed": "0",
			"partially_completed_estimated_percentage": 0,
			"report_type": "reno-arv",
			"inspection_type": "interior-w-exterior",
			"turnaround_time": "standard",
			"client_loan_number": "LN-00098765",
			"closing_date": "2026-03-13",
			"include_flood_certification": "0",
			"gla_include": "1",
			"licensing_required": "1",
			"is_property_on_lockbox": "0",
			"lockbox_code": null,
			"lockbox_location": null,
			"lockbox_entrance": null,
			"community_gate_code_needed": 0,
			"gate_code": null,
			"loan_officer_token": "VMmkw1ast8bN65ggAsoJ1682516043669",
			"borrower_name": null,
			"company_entity_id": 2,
			"effective_date": "2025-11-24",
			"property_access_contacts": [
				{
					"name": "KG",
					"email": "keyur@anhasweb.com",
					"phone": "+13144545454"
				}
			],
			"property_condition": "poor",
			"property_address": "2560 Dukeland Drive",
			"property_address_line_2": null,
			"city": "Ferguson Township",
			"state": "MO",
			"postal_code": "63136",
			"residential_property_type": "SFR",
			"above_grade_sqft": 3000,
			"below_grade_sqft": null,
			"bedrooms": 3,
			"bathrooms": "2.00",
			"year_built": 1994,
			"lot_size_square_feet": 20000,
			"stories": "2.00",
			"garage_spaces": 1,
			"proposed_above_grade_sqft": 3000,
			"proposed_below_grade_sqft": null,
			"proposed_bedrooms": 3,
			"proposed_bathrooms": "2.00",
			"borrower_budget": 2500000,
			"report_contact_name": "Test_2 Test_2",
			"report_contact_phone": "+14564746344",
			"report_contact_email": "test2@gmail.com",
			"inspection_notes_or_instruction": null,
			"valuation_commentary_or_instruction": "Additional comment",
			"expected_loan_amount": null,
			"acquisition_contract_price": "",
			"expected_as_is_value": null,
			"expected_arv": null,
			"notes": nul
		}
	},
	"meta": {},
	"errors": []
}