Leads

Brokermint — Sync Lead

Callback endpoint for Brokermint to push contact updates into Lofty. Not intended for general external callers.

The target contact must have been previously linked to a Brokermint record through the Lofty UI's Brokermint Integration. Without this link the response body contains a non-zero code despite HTTP 200.

put/v1.0/brokermint/lead

Headers

Authorizationstring required

Bearer [access_token]

Content-Typestring required

application/json

Request body

emailstring
firstNamestring
lastNamestring
contactTypestring
externalIdstring
addressstring
citystring
statestring
zipstring
phonestring
bmPrivateboolean
leadSourcestring

Response

Brokermint contact synced.

codeinteger

Status code. 0 indicates success.

messagestring

Status message.

Example response

{
  "message": "success"
}

Changes

No recorded changes to this endpoint across all 1 revision of this API.