Resource group
Offers
Create and manage offers submitted against listings. This surface covers the offer lifecycle from submission through acceptance, rejection, earnest money handling, cancellation, and close.
Endpoint Reference
Open a specific endpoint to see SDK call examples, request parameters, and response details.
GET
View EndpointGet Offers
/api/v1/offersRetrieve offers with optional filters for listing, individual, or status.
POST
View EndpointCreate A New Offer Against A Listing
/api/v1/offersCreate a new offer against a listing.
GET
View EndpointGet A Single Offer And Its Current Lifecycle State
/api/v1/offers/{id}Retrieve a single offer and its current lifecycle state.
PATCH
View EndpointUpdate Mutable Offer Fields Before Final Workflow Actions Occur
/api/v1/offers/{id}Update mutable offer fields before final workflow actions occur.
POST
View EndpointAccept An Offer
/api/v1/offers/{id}/acceptAccept an offer.
POST
View EndpointReject An Offer
/api/v1/offers/{id}/rejectReject an offer.
POST
View EndpointRecord Earnest Money Deposit Activity For An Offer
/api/v1/offers/{id}/deposit-emdRecord earnest money deposit activity for an offer.
POST
View EndpointCancel A Contract
/api/v1/offers/{id}/cancel-contractCancel a contract tied to the offer.
POST
View EndpointMark An Accepted Offer As Closed
/api/v1/offers/{id}/closeMark an accepted offer as closed.