Skip to main content
POST
Submit an offer on a deal

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

Body

application/json
deal_id
string
required

The deal the offer is on, mdl_.

offer_amount
integer
required

What the buyer offers. Whole dollars.

Required range: x <= 9007199254740991
emd_amount
integer
required

The earnest money deposit. Whole dollars.

Required range: x <= 9007199254740991
financing
enum<string>
required
Available options:
cash,
lender
preview_token
string
required

The token the preview of these terms returned.

note
string

A note to the seller, at most 500 characters.

Maximum string length: 500

Response

Created

data
object
required
meta
object
required