---
title: "Get Property Lead Sources"
method: GET
path: "/v1/property/{property_id}/lead-sources"
tags: ["Property"]
---

# Get Property Lead Sources

`GET /v1/property/{property_id}/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.

## Path parameters

- `property_id` string, required

## Response `200`

Successful Response

- LeadSourcesResponse
  - `sources` PropertyLeadSource[], required
    - `id` string, required
    - `source` string, required
    - `property_id` string, required
    - `active` boolean, required
    - `time_inactivated` string, date-time
    - `elise_vanity_number` string
    - `utm_parameters` UtmParameter[]
      - `key` string, required
      - `value` string, required

## Other responses

- `401` — Not Authorized for this endpoint
- `404` — Not found
- `422` — Validation Error

---

[API](https://skmtc.net/eliseai/apis/elise-api.md) · [All operations](https://skmtc.net/eliseai/apis/elise-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/eliseai/elise-api/revisions/b4ebf60d6d89/schema)
