Skip to main content
POST
Log an offer the seller took off the platform

Authorizations

Authorization
string
header
required

Authorization code with PKCE. The person grants the scopes on the Investorlift consent page and accepts the Marketplace API Terms there.

Headers

Idempotency-Key
string
required

A key of your own that names this attempt. The same key with the same body replays the stored answer.

Required string length: 1 - 255

Path Parameters

deal_id
string
required

The public id in the path, for example deal_id as mdl_a1b2c3d4e5f6.

Body

application/json
buyer_id
string
required

A buyer with a lead on this deal, byr_.

Minimum string length: 1
offer_amount
integer
required
Required range: 1 <= x <= 9007199254740991
emd_amount
integer
required
Required range: 0 <= x <= 9007199254740991
financing
enum<string>
required
Available options:
cash,
lender
submitted_by
enum<string>
default:buyer
Available options:
buyer,
seller

Response

Created

data
object
required
meta
object
required