Accessing your Opportunities
During the discovery calls, we should have set up your customized access based on your use case, buy boxes, and other requirements. To view your current opportunities, you can view the list of our active cash offer requests (“offer requests”) by getting the/offer-requests endpoint:
You can make this call and view response payload directly in our
playground
Making a cash offer
Theoffer_request_id uniquely identifies a cash offer request. To make a cash offer, you can post to the /offers endpoint:
$500,000 offer on the property with offer_request_id 2639.
Your our specifies that the seller should pay both the buyer and listing broker commissions.
You are willing to pay $40,000 in earnest money to lock in the deal.
Note the
"test":true field. This offer will be sent to the void and not
visible to our agents, so be sure to remove it or set it as false in
productionConfigure a webhook
We will send a POST request to the webhook URL you provide when you receive a decision on your offer. You can create one by posting:UPDATE webhook to your callback url.
Otherwise, if an agent counters your offer, you will receive an INSERT webhook with a counter-offer payload.
Receiving offer updates
Viewing your cash offers
You can view your cash offers by getting the/offers endpoint:
Buyer Lead Submit
To create a lead from buyer platform, send a POST request to the/api/v2/buyer/lead endpoint with the following information: first name, last name, email, phone number, property address (including offer_request_id and inventory_property_id). The offer_request_id and inventory_property_id can be obtained from the /api/v2/offer-requests API.
Ready? Head to our API Reference for full range of functions.