Place a property for a lead.
curl --request POST \
--url https://api.lofty.com/v1.0/leads/{leadId}/property \
--header 'Authorization: <authorization>' \
--header 'Content-Type: <content-type>' \
--data '
{
"price": 100000,
"state": "California",
"city": "New York",
"streetAddress": "22348 Regnart RD",
"zipCode": "25401",
"county": "<string>",
"propertyType": "Single Family Home",
"bedrooms": 3,
"bathrooms": 2,
"squareFeet": 100,
"lotSize": 26.33,
"parkingSpace": 1,
"floors": 1,
"mailAddress": true,
"id": 123,
"leadUserId": 123,
"listingId": "<string>",
"autoListingId": 123,
"label": "<string>",
"note": "<string>",
"listingStatus": "<string>",
"labelList": "<string>",
"pictureUrl": "<string>",
"siteListingUrl": "<string>",
"labelType": "<string>",
"priceMax": 10000000,
"priceMin": 100000
}
'{
"leadId": 651095960136641
}Documentation Index
Fetch the complete documentation index at: https://developer.lofty.com/llms.txt
Use this file to discover all available pages before exploring further.
Lead property or mailing address details
The price Applies to lead routing only if the leadType field is Seller(1)
100000
The state Applies to lead routing only if the leadType field is Seller(1)
"California"
The city Applies to lead routing only if the leadType field is Seller(1)
"New York"
The street address Applies to lead routing only if the leadType field is Seller(1)
"22348 Regnart RD"
The zip code Applies to lead routing only if the leadType field is Seller(1)
"25401"
The county Applies to lead routing only if the leadType field is Seller(1)
Property type: Single Family Home, Multi-Family, Condo, Townhouse, Mobile Home, Manufactured Home, Vacant Land, Commercial.
"Single Family Home"
The bed rooms.
3
The bath rooms.
2
The square feet.
100
The lot size (acreage).
26.33
The parking space.
1
The floors.
1
If set to true, the address is a mailing address; otherwise, it is a property address.
The property ID. Required when updating an existing mailing address or property address. If not provided, a new address will be created.
The max price Applies to lead routing only if the leadType field is Seller(1)
10000000
The min price Applies to lead routing only if the leadType field is Seller(1)
100000
Successful operation.
Response containing the lead ID.
ID of the lead.
651095960136641
curl --request POST \
--url https://api.lofty.com/v1.0/leads/{leadId}/property \
--header 'Authorization: <authorization>' \
--header 'Content-Type: <content-type>' \
--data '
{
"price": 100000,
"state": "California",
"city": "New York",
"streetAddress": "22348 Regnart RD",
"zipCode": "25401",
"county": "<string>",
"propertyType": "Single Family Home",
"bedrooms": 3,
"bathrooms": 2,
"squareFeet": 100,
"lotSize": 26.33,
"parkingSpace": 1,
"floors": 1,
"mailAddress": true,
"id": 123,
"leadUserId": 123,
"listingId": "<string>",
"autoListingId": 123,
"label": "<string>",
"note": "<string>",
"listingStatus": "<string>",
"labelList": "<string>",
"pictureUrl": "<string>",
"siteListingUrl": "<string>",
"labelType": "<string>",
"priceMax": 10000000,
"priceMin": 100000
}
'{
"leadId": 651095960136641
}