v6

OpenAPI 3.1.02026-08-0331136162.2 KB
Property

Get Property Lead Sources

Get all lead sources for a property.

Pass header X-Cache-Refresh: true to invalidate cached marketing sources for this property and return fresh data.

get/v1/property/{property_id}/lead-sources

Path parameters

property_idstring required

Response

Successful Response

Example response

{
  "sources": [
    {
      "id": "123",
      "source": "Apartments.com",
      "property_id": "247389",
      "active": true,
      "elise_vanity_number": "+15555555555",
      "utm_parameters": [
        {
          "key": "utm_source",
          "value": "zillow"
        }
      ]
    }
  ]
}