Skip to main content
GET
Get one Investorlift listing by id
Early access: while the developer tier is in beta, the API serves this route to Investorlift’s team and trusted partners. Investorlift will restrict the route further before it opens to every key.
The body is one Investorlift listing row, in the same shape the list returns. distance_miles is null because the request has no reference point.

Use it when

Use it for the listing card. The card opens from a list row, a deal row’s wholesale_listing block or a parcel’s wholesale_listings[]. It also opens from the Investorlift app, by source_listing_id through the list route.

Read the response

  • verification is the verdict, outcome the detail, outcome_text the sentence. deed.closed_on dates the transaction and listing.listed_on is the secondary line.
  • intermediate is the party that held title between the homeowner and the buyer on a double close or a buy-then-sell. The API names it only through its investor id. intermediate.is_lister says if it was the listing company itself.
  • lister_on_title and lister_on_title_role say if the company, or a joint-venture partner entity, ever held title. buyer_fate says what the buyer did next: held it, resold it, or listed it on the MLS.
  • offer_buyer_match compares the accepted offer’s buyer with the deed. The row shows DIFFERENT as text, and the API never names the offer party.

Gotchas

  • The id must carry the wl_ prefix. Otherwise the API answers 400 invalid_id. The API answers 404 for an id that is not on file in any loaded market.
  • For a listing whose market has no published wholesale tables, the API answers 422 wholesale_unavailable.
  • The row names the buyer only as a registry investor or an unregistered company. It never names a person, on any key.

Authorizations

Authorization
string
header
required

API key from the developer console (starts with zpka_). Create one at https://developers.investorlift.com/get-a-key.

Path Parameters

id
string
required

Investorlift listing id, wl_ followed by 32 hex characters, from any wholesale_listing block or list row. The prefix is part of the id (400 invalid_id otherwise).

Response

The listing, in the same shape as a /v1/wholesale-listings row, with distance_miles null.

The listing, in the same shape as a /v1/wholesale-listings row, with distance_miles null.

data
object
required

One Investorlift listing as a wholesale transaction: what the company listed, what the county deeds record for it, and who bought it. The verdict is verification. outcome carries the detail, and outcome_text carries the sentence.

meta
object
required

Response metadata: when the API produced it, which markets it covers, and how fresh they are.