Skip to main content
POST
Create a seller-side webhook endpoint

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
url
string
required

An https URL on a public host.

event_types
enum<string>[]
required

The seller-side event types this endpoint takes.

Minimum array length: 1
Available options:
deal.published,
deal.updated,
deal.status_changed,
deal.verification_changed,
offer.created,
offer.countered,
offer.accepted,
offer.declined,
offer.withdrawn,
offer.held,
inquiry.created,
inquiry.held,
address_request.created,
address_request.approved,
address_request.declined,
lead.created,
lead.status_changed,
review.created,
client.revoked,
webhook.disabled,
buyer.redacted,
lead.redacted

Response

Created

data
object
required
meta
object
required