Mortgage companies that send business to this lender
Ranks the mortgage companies whose loans funded through this lender, by volume. Each label is the company's NMLS ID (with the company name resolved alongside it where available), so it chains straight into GET /v1/companies/{nmlsId}. Loans with no identified company are excluded.
In: header
Path Parameters
Lender canonical-name 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/lenders/string/breakdowns/companies" \ -H "Content-Type: application/json" \ -d '{}'{
"cursor": "string",
"data": [
{
"excluded": 0,
"id": "string",
"label": "string",
"name": "string",
"pctUnits": 0,
"pctVolume": 0,
"units": 0,
"volume": 0
}
],
"total": 0,
"totals": {
"excluded": 0,
"units": 0,
"volume": 0
},
"truncated": true
}{
"error": "string"
}{
"error": "string"
}{
"error": "string"
}{
"error": "string"
}{
"error": "string",
"limit": 0,
"size": 0
}City volume breakdown across this lender's loans POST
Ranks the cities this lender's loans were secured in, by volume. Labels are Title Case so they match the city breakdowns on every other entity.
County volume breakdown across this lender's loans POST
Ranks the counties this lender's loans were secured in, by volume. Labels are county codes on this surface — the same axis every other county breakdown uses, so the two are directly comparable.