List enriched properties for the current user
In: header
Query Parameters
Maximum number of items to return (default 25)
1 <= value <= 100Pagination cursor from a previous response
Response Body
application/json
application/json
curl -X GET "https://example.com/v1/properties/enrichments"{
"cursor": "string",
"data": [
{
"enrichedAt": "string",
"personCount": 0,
"propertyId": "string",
"source": "string"
}
]
}{
"error": "string"
}Get property by ID (with mm_property_id fallback) GET
Previous Page
Search properties with filters POST
Search and list individual properties/parcels with filters — one row per parcel. Filter by location (state, county, city, zip, address), owner name, property characteristics (beds, baths, square footage, year built, property type), value, and ownership or transaction history, with sorting and cursor pagination. This is the discrete per-property record search: use it to find specific properties or build a filtered property list. (For a single property by its ID use the property detail endpoint.) If you only need how many properties match and not the records themselves, send the same request body to `countProperties`.