Skip to content

Matches

Deprecated

You will receive a warning header as a deprecated notice. This API is now deprecated, please use /properties endpoint with your preference filters.

Get Preferences Matches

  • Endpoint:
GET /leads/{lead_id}/preferences/{preference_id}/matches
  • Allowed for:

users that has right lead.update

  • JSON response:

This endpoint will return a list of Property.

  • JSON response example:
{
  "property": [
    {
      "id": 223443,
      "reference": "123ABC",
      ...
    },
    {
      "id": 8678530,
      "reference": "456ABC",
      ...
    }
  ]
}