Skip to main content
PATCH
Change one 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.

Path Parameters

webhook_id
string
required

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

Body

application/json
event_types
enum<string>[]
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
status
enum<string>

Pause the endpoint, or start it again.

Available options:
active,
paused
rotate_secret
boolean

True mints a new signing secret. The answer prints it once.

Response

Success

data
object
required
meta
object
required