Get a mortgage search Run in API Explorer
Ask AI
This endpoint will return a single mortgage search with its relationships.
GET
/api/v2/mortgage-searches/{uuid}
curl \
--request GET 'https://api.plannrcrm.com/api/v2/mortgage-searches/6ff8f7f6-1eb3-3525-be4a-3932c805afed' \
--header "Authorization: Bearer $ACCESS_TOKEN" \
--header "X-PLANNR-ACCOUNT-UUID: {YOUR_PLANNR_ACCOUNT_UUID}"
Response examples (200)
{
"uuid": "da908778-c446-4164-b331-d55f79acf2ee",
"cases": [
{
"name": "finance",
"slug": "finance",
"type": "App\\Http\\Resources\\CasesTypeResource",
"uuid": "c6695af2-5f2c-4488-abf9-ea122bb40993",
"plans": "App\\Http\\Resources\\Plans\\PlanResource",
"value": {
"amount": {
"example": "4000",
"description": "Money amount at their lowest denominator (for example: pennies)"
},
"currency": {
"example": "GBP",
"description": "Currency of the money"
},
"formatted": {
"example": "£40.00",
"description": "Money amount formatted with currency"
}
},
"status": "App\\Http\\Resources\\CasesStatusResource",
"review_at": "2026-01-19T20:52:27+00:00",
"created_at": "2026-01-19T20:52:27+00:00",
"updated_at": "2026-01-19T20:52:27+00:00",
"group_uuids": [
"db3898c2-633b-4df9-ba5b-2e103dde7c56"
],
"completed_at": "2026-01-19T20:52:27+00:00",
"participants": "App\\Http\\Resources\\AccountResource",
"custom_fields": "App\\Http\\Resources\\CustomFieldValueResource",
"status_position": 4,
"task_board_uuid": "a9997bef-d40e-4832-9e47-1096067ad7b7",
"assigned_to_uuids": [
"32202154-cbd5-4812-93ae-bdf04afc13eb"
],
"participants_count": 4
}
],
"status": "pending",
"provider": "Mortgage Brain",
"applicants": [
{
"uuid": "c5652c2c-f92e-4573-bc55-47769b808cad",
"account": "App\\Http\\Resources\\MinimalAccountResource",
"created_at": "2026-01-19T20:52:27+00:00",
"updated_at": "2026-01-19T20:52:27+00:00"
}
],
"created_at": "2026-01-19T20:52:27+00:00",
"updated_at": "2026-01-19T20:52:27+00:00",
"provider_data": [],
"provider_reference": "123456789"
}