Skip to main content
POST
/
offer-requests
/
prelim
cURL
curl --request POST \
  --url https://v2.easystreetoffers.com/api/v2/offer-requests/prelim \
  --header 'Authorization: <api-key>' \
  --header 'Content-Type: application/json' \
  --data '{
  "StateOrProvince": "CA",
  "PostalCode": "94507",
  "BedroomsTotal": 3,
  "BathroomsFull": 2,
  "LivingArea": 2650,
  "LotSizeSquareFeet": 6000,
  "ParkingTotal": 2,
  "YearBuilt": 1990,
  "ListPrice": 250000,
  "OccupantType": "Owner",
  "PoolPrivateYN": false,
  "StandardStatus": "Off-market"
}'
{
  "matchCount": 34,
  "buyBoxesCount": 80
}

Authorizations

Authorization
string
header
required

Body

application/json

Preliminary Matches

StateOrProvince
string
Example:

"CA"

PostalCode
string
Example:

"94507"

BedroomsTotal
integer
Example:

3

BathroomsFull
integer
Example:

2

LivingArea
integer
Example:

2650

LotSizeSquareFeet
integer
Example:

6000

ParkingTotal
integer
Example:

2

YearBuilt
integer
Example:

1990

ListPrice
integer
Example:

250000

OccupantType
string
Example:

"Owner"

PoolPrivateYN
boolean
Example:

false

StandardStatus
string
Example:

"Off-market"

Response

successful request

matchCount
integer

Number of buyers your submission matched

Example:

34

buyBoxesCount
integer

Number of buy boxes your submission matched

Example:

80