Skip to main content
GET
/
deal-offer-requests
cURL
curl --request GET \
  --url https://v2.easystreetoffers.com/api/v2/deal-offer-requests \
  --header 'Authorization: <api-key>'
[
  {
    "request": {
      "offer_request_asking": 123,
      "test": true
    },
    "property": {
      "StreetNumber": "<string>",
      "StreetName": "<string>",
      "UnitNumber": "<string>",
      "PostalCity": "<string>",
      "StateOrProvince": "<string>",
      "PostalCode": "<string>",
      "MlsStatus": "On-market",
      "BedroomsTotal": 123,
      "BathroomsFull": 123,
      "BathroomsHalf": 123,
      "LivingArea": 123,
      "LotSizeSquareFeet": 123,
      "GarageYN": true,
      "Longitude": 123,
      "Latitude": 123,
      "Notes": "<string>",
      "tags": [
        "<string>"
      ],
      "YearBuilt": 123,
      "AssociationFee": 123,
      "AssociationFee2": 123,
      "AssociationFee2Frequency": "<string>",
      "AssociationFeeFrequency": "<string>",
      "AssociationYN": true,
      "AttachedGarageYN": true,
      "Basement": [
        "<string>"
      ],
      "BasementYN": true,
      "BathroomsOneQuarter": 123,
      "BathroomsPartial": 123,
      "BathroomsThreeQuarter": 123,
      "CarportSpaces": 123,
      "CarportYN": true,
      "City": "<string>",
      "CountyOrParish": "<string>",
      "CoveredSpaces": 123,
      "GarageSpaces": 123,
      "HistoryTransactional": "<string>",
      "Levels": [
        "<string>"
      ],
      "ListAgent": "<string>",
      "ListAgentDirectPhone": "<string>",
      "ListAgentEmail": "<string>",
      "ListAgentFullName": "<string>",
      "ListOffice": "<string>",
      "ListOfficeName": "<string>",
      "ListPrice": 123,
      "LivingAreaSource": "<string>",
      "LivingAreaUnits": "<string>",
      "OccupantType": "<string>",
      "OpenParkingSpaces": 123,
      "OpenParkingYN": true,
      "OtherParking": "<string>",
      "OwnerName": "<string>",
      "ParcelNumber": "<string>",
      "ParkingTotal": 123,
      "PoolPrivateYN": true,
      "PropertySubType": "<string>",
      "PropertyType": "<string>",
      "SeniorCommunityYN": true,
      "Sewer": [
        "<string>"
      ],
      "SpaYN": true,
      "StandardStatus": "<string>",
      "Stories": 123,
      "StreetAdditionalInfo": "<string>",
      "StreetDirPrefix": "<string>",
      "StreetDirSuffix": "<string>",
      "StreetNumberNumeric": 123,
      "StreetSuffix": "<string>",
      "StreetSuffixModifier": "<string>",
      "TaxLegalDescription": "<string>",
      "TaxOtherAnnualAssessmentAmount": 123,
      "TaxYear": 123,
      "Utilities": [
        "<string>"
      ],
      "WaterSource": [
        "<string>"
      ],
      "ConstructionMaterials": [
        "<string>"
      ],
      "PowerProductionType": "<string>",
      "TotalActualRent": 123,
      "LeaseExpiration": "2023-12-25",
      "inventory_password": 123,
      "inventory_hash": "<string>",
      "TaxAnnualAmount": 123,
      "cbsa_title": "<string>",
      "ListAgentFirstName": "<string>",
      "ListAgentLastName": "<string>",
      "ListAgentMlsId": "<string>",
      "ListAgentStateLicense": "<string>",
      "ListAgentKey": "<string>",
      "test": true
    },
    "assumptions": [
      {
        "assumption_id": 123,
        "created_at": "now()",
        "inventory_property_id": 123,
        "ltr_monthly_rent": 123,
        "ltr_annual_rent_increase": 123,
        "ltr_arv": 123,
        "ltr_renovation_cost": 123,
        "str_season_1_daily_rate": 123,
        "str_season_2_daily_rate": 123,
        "str_season_3_daily_rate": 123,
        "str_season_4_daily_rate": 123,
        "str_arv": 123,
        "str_renovation_cost": 123,
        "rr_weekly_rent_per_room": 123,
        "rr_arv": 123,
        "rr_beds": 123,
        "rr_baths": 123,
        "ff_arv": 123,
        "ff_renovation_cost": 123,
        "property_annual_tax": 123,
        "property_annual_hoa": 123,
        "rr_renovation_cost": 123,
        "reno_items": [
          {}
        ],
        "fmv": 123
      }
    ],
    "media": [
      "<string>"
    ]
  }
]

Authorizations

Authorization
string
header
required

Query Parameters

limit
integer

The maximum number of results to return, default is 10

offset
integer

The offset of the results to return, default is 0

sort
string

The sort order of the results, default is offer_requested_at.desc

Response

Offer request response

request
object
property
object

property fields named with Pascal Case convention follow the RESO 2.0 standard

assumptions
object[]

Analyst assumptions. Only available to buyers

media
string[]

List of signed URLs. Note that the URLs will become invalid after 10 minutes.