Skip to main content
GET
/
offers
cURL
curl --request GET \
  --url https://v2.easystreetoffers.com/api/v2/offers \
  --header 'Authorization: <api-key>'
[
  {
    "offer_id": 123,
    "buyer_id": "3c90c3cc-0d44-4b50-8888-8dd25736052a",
    "offer_request_id": 123,
    "created_at": "now()",
    "offer_amount": 123,
    "offer_expires": "<string>",
    "buyer_pays_buyer_broker_commission": true,
    "buyer_pays_listing_broker_commission": true,
    "buyer_broker_commission_pct": 123,
    "buyer_broker_commission_amt": 123,
    "listing_broker_commission_pct": 123,
    "listing_broker_commission_amt": 123,
    "net_proceeds_to_seller": 123,
    "net_cost_to_buyer": 123,
    "offer_memo": "<string>",
    "offer_status": "true",
    "additional_terms": {},
    "earnest_money": 123,
    "em_hard_post_inspection": true,
    "lease_back": true,
    "lease_back_period": 123,
    "flexible_closing": true,
    "post_possession": true,
    "waive_warranty": true,
    "inspection_period": 123,
    "post_possession_period": 123,
    "offer_is_counter_offer": true,
    "offer_type": "<string>",
    "offer_decided_at": "<string>",
    "offer_internal_memo": "<string>",
    "test": true
  }
]
StatusDescription
activeThe offer is currently valid and awaiting response
acceptedThe offer has been accepted by the recipient
withdrawnThe offer has been retracted by the party who made it
rejectedThe offer has been explicitly declined by the recipient
counteredA counter-offer has been made in response to this offer
another_offer_acceptedThis offer was declined because a different offer was accepted
counteringThe recipient is in the process of creating a counter-offer
pendingThe offer has been submitted but not yet processed or reviewed
scheduledThe offer has been scheduled for future review or processing
accepted_another_offerThe party who made this offer has accepted a different offer
expiredThe offer has passed its validity period and is no longer active
Offer TypeDescription
instantThe instant offer generated based the first complete analyst assumptions for the property
instant_premierThe premier offer gennerated based on assumptions from trusted intelligence service

Authorizations

Authorization
string
header
required

Response

Offers response

offer_amount
integer
required
offer_id
integer
buyer_id
string<uuid>
offer_request_id
integer
created_at
string<timestamp with time zone>
default:now()

timestamp with time zone

offer_expires
string<timestamp with time zone>

timestamp with time zone

buyer_pays_buyer_broker_commission
boolean

If true, buyer pays the buyer broker commission equal to 3% of the offer amount. If false, seller will pay the buyer broker commission equal to 3% of the offer amount.

buyer_pays_listing_broker_commission
boolean

If true, buyer pays the listing broker commission set by the agent. If false, seller will pay listing agent commission.

buyer_broker_commission_pct
number
buyer_broker_commission_amt
integer
listing_broker_commission_pct
number
listing_broker_commission_amt
integer
net_proceeds_to_seller
integer
net_cost_to_buyer
integer
offer_memo
string<text>
offer_status
string<text>
Example:

"true"

additional_terms
object
earnest_money
integer
em_hard_post_inspection
boolean
lease_back
boolean
lease_back_period
integer
flexible_closing
boolean
post_possession
boolean
waive_warranty
boolean
inspection_period
integer
post_possession_period
integer
offer_is_counter_offer
boolean
offer_type
string

The category of offer. Options include: 'quality_cash', 'auto_cash', 'cash', 'mls', 'ibuyer', 'custom', 'instant', and 'instant_premier'.

offer_decided_at
string<timestamp with time zone>

timestamp with time zone

offer_internal_memo
string
test
boolean

set to true s