Skip to main content
POST
/
push-to-marketplace
cURL
curl --request POST \
  --url https://v2.easystreetoffers.com/api/v2/push-to-marketplace \
  --header 'Authorization: <api-key>' \
  --header 'Content-Type: application/json' \
  --data '{
  "request": {
    "inventory_property_id": 3900000,
    "expiration_date": null
  }
}'
{
  "success": true,
  "message": "Property posted to marketplace successfully. Processing opportunities in background.",
  "inventory_property_id": 12345
}

Authorizations

Authorization
string
header
required

Body

application/json

New offer request

inventory_property_id
integer
required
expiration_date
string<date>

Response

successful request

The response is of type any.