The LookupHomesByOwner endpoint returns an array of homes owned by a homeowner based on their address (MAK).
The service requires at least one of the following input combinations:
Set A - mak
Set B - ff
Required. The License Key issued by Melissa.
Example:id={REPLACE-WITH-YOUR-LICENSE-KEY}
GET
curl -i -X GET \
'https://property.melissadata.net/v4/WEB/LookupHomesByOwner?id=%7BREPLACE-WITH-YOUR-LICENSE-KEY%7D&mak=9005381555' \
-H 'Accept: */*' \
-H 'Content-Type: application/json'Successful response
Lists error codes from any errors caused by the most recent request as a whole. For more information, see Property Result Codes.
Response
- application/json
- application/xml
{ "Version": "9.4.2.1107", "TransmissionReference": "Test", "Results": "YS07", "TotalRecords": 2, "Records": [ { … }, { … } ] }