v1
latestOpenAPI 3.0.12026-07-22120163333.7 KBLeads
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
Response
Brokermint contact synced.
Example response
{
"message": "success"
}