Originators

Properties this loan officer has touched

POST
/v1/originators/{nmlsId}/properties

Returns the parcels this loan officer is attributed to in public record — the reverse of the parties block on GET /v1/properties/{id}. Accepts the same filters, sorts and pagination as the main property search, so a caller can ask 'this LO's parcels in Travis County built after 2015' in one request. Attribution is ALL-TIME: a parcel stays in this LO's set after the loan is paid off, because the question is career reach rather than current book. An LO with no attributed parcels returns an empty page, not a 404 — the LO may be real and simply have nothing in the public record yet.

Authorization

x-api-key<token>

In: header

Path Parameters

nmlsId*string

Originator NMLS ID

Request Body

application/json

TypeScript Definitions

Use the request body type in TypeScript.

Response Body

application/json

application/json

application/json

application/json

application/json

application/json

curl -X POST "https://example.com/v1/originators/string/properties" \  -H "Content-Type: application/json" \  -d '{}'
{
  "cursor": "string",
  "data": [
    {
      "activeLoanCount": 0,
      "activeLoanCountKnown": true,
      "address": "string",
      "apn": "string",
      "avm": {
        "confidence": 0,
        "high": 0,
        "low": 0,
        "mid": 0
      },
      "baths": 0,
      "beds": 0,
      "borrowerStatus": "string",
      "city": "string",
      "coordinates": {
        "lat": 0,
        "lon": 0
      },
      "equity": {
        "pct": 0,
        "value": 0
      },
      "fips": "string",
      "foreclosure": {
        "matched": true,
        "scheduledAuctionDate": "string",
        "status": "string"
      },
      "id": "string",
      "loanCount": 0,
      "loanType": "string",
      "loans": [
        {
          "amount": 0,
          "borrowerStatus": "string",
          "brokerNmls": "string",
          "companyNmls": "string",
          "currentBalance": 0,
          "interestRate": 0,
          "lenderId": "string",
          "lenderName": "string",
          "lenderNmls": "string",
          "loanType": "string",
          "ltv": 0,
          "originatorName": "string",
          "originatorNmls": "string",
          "recordedInterestRate": 0,
          "recordingDate": "string",
          "transactionType": "string"
        }
      ],
      "lotSquareFeet": 0,
      "mmPropertyId": "string",
      "mortgageBalance": 0,
      "ownerFirstName": "string",
      "ownerLastName": "string",
      "ownerName": "string",
      "partialBaths": 0,
      "preSaleLoanCount": 0,
      "recordedInterestRate": 0,
      "saleCount": 0,
      "salePropensity": {
        "category": "string",
        "score": 0
      },
      "sales": {
        "count": 0,
        "firstDate": "string",
        "lastDate": "string",
        "lastPrice": 0
      },
      "scoredAt": "string",
      "squareFeet": 0,
      "state": "string",
      "stories": 0,
      "yearBuilt": 0,
      "zip": "string"
    }
  ],
  "lenderNormalizations": [
    {
      "aliasCount": 0,
      "displayName": "string",
      "id": "string",
      "matchedVia": "id",
      "original": "string",
      "totalDocuments": 0
    }
  ],
  "total": 0
}
{
  "error": "string"
}
{
  "error": "string"
}
{
  "error": "string"
}
{
  "error": "string"
}
{
  "error": "string",
  "limit": 0,
  "size": 0
}