---
title: "Get Lead"
method: GET
path: "/v1/quote/estimate/{entity_id}"
tags: ["Lead Referrals"]
---

# Get Lead

`GET /v1/quote/estimate/{entity_id}`

## Path parameters

- `entity_id` string, required

## Response `200`

Successful Response

- EstimateEntityResponse
  - `entity_id` string, uuid, required
  - `contact` RalphieModelsQuoteEstimateContact
    - `first_name` string, nullable
    - `last_name` string, nullable
    - `email` string, email, nullable
    - `phone_number` string, nullable
    - `date_of_birth` string, date, nullable
    - `company_name` string, nullable
    - `mailing_address` RalphieModelsQuoteEstimateAddress — Postal address information for a property
      - `street_address` string, nullable
      - `city` string, nullable
      - `state` string, nullable
      - `zip_code` string, nullable
      - `county` string, nullable
      - `lat` number, nullable
      - `lng` number, nullable
  - `estimate` PropertyEstimate
    - `property_id` string, required
    - `start_url` string, nullable
    - `error` string, nullable
    - `original_property` Property, required — Note: Some code generator clients may rename the Property class as ModelProperty if property is a reserved keyword
      - `property_id` string, required
      - `current_premium` integer, nullable
      - `address` RalphieModelsQuoteEstimateAddress, required — Postal address information for a property
        - `street_address` string, nullable
        - `city` string, nullable
        - `state` string, nullable
        - `zip_code` string, nullable
        - `county` string, nullable
        - `lat` number, nullable
        - `lng` number, nullable
      - `property_details` RalphieModelsQuoteEstimatePropertyDetails — Details of a property such as the size and type.
        - `size_sqft` integer, nullable
        - `year_built` integer, nullable
        - `property_type` 'SINGLE_FAMILY' | 'DUPLEX' | 'TRIPLEX' | 'QUADPLEX' | 'APARTMENT_BUILDING' | 'MOBILE_HOME' | 'OTHER' — An enumeration.
        - `number_of_units` integer, nullable
        - `replacement_value` integer, nullable
        - `stories` integer, nullable
        - `land_value` integer, nullable
        - `occupancy_type` 'fix_and_flip' | 'rental', nullable
        - `rent` integer, nullable
        - `occupancy` integer, nullable
        - `bedrooms` integer, nullable
        - `bathrooms` number, nullable
      - `property_metadata` PropertyMetadata — Metadata to be associated with a property.
        - `extra` string, nullable
    - `savings` Savings
      - `current_premium` integer, nullable
      - `lowest` integer, nullable
      - `savings` integer, nullable
    - `estimate` Estimate
      - `lowest` integer, nullable
      - `dp_1` integer, nullable
      - `dp_3` integer, nullable
    - `estimate_metadata` PropertyEstimateMetadata — Metadata to be associated with an estimate.
      - `extra` string, nullable
    - `calculated_property` CalculatedProperty
      - `property_id` string, required
      - `address` RalphieModelsQuoteEstimateAddress, required — Postal address information for a property
        - `street_address` string, nullable
        - `city` string, nullable
        - `state` string, nullable
        - `zip_code` string, nullable
        - `county` string, nullable
        - `lat` number, nullable
        - `lng` number, nullable
      - `property_details` CalculatedPropertyDetails, required — Details of a property such as the size and type based on our usage.
        - `size_sqft` integer, nullable
        - `year_built` integer, nullable
        - `number_of_units` integer, nullable
        - `property_type` 'SINGLE_FAMILY' | 'DUPLEX' | 'TRIPLEX' | 'QUADPLEX' | 'APARTMENT_BUILDING' | 'MOBILE_HOME' | 'OTHER' — An enumeration.
        - `replacement_value` integer, nullable
        - `land_value` integer, nullable
        - `stories` integer, nullable
        - `bedrooms` integer, nullable
        - `bathrooms` number, nullable
        - `construction_type` string, nullable
        - `roof_material_type` string, nullable
        - `roof_pitch` string, nullable
    - `minimum_earned_premium_days` integer, nullable
  - `referral_code` string, required

## Other responses

- `422` — Validation Error

---

[API](https://skmtc.net/steadily/apis/steadily-partner-api.md) · [All operations](https://skmtc.net/steadily/apis/steadily-partner-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/steadily/steadily-partner-api/versions/ac329ca07dbb/schema)
