Lenders this branch originated through
Ranks the lenders this branch's loans funded through, by volume. Pass an item's id — not its label — back as a lender filter value; label is the display name.
In: header
Path Parameters
Branch 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/branches/string/breakdowns/lenders" \ -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
}County volume breakdown across this branch's loans POST
Ranks the counties this branch'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.
Loans written by this branch POST
Returns the individual loans attributed to this branch office — the branch's own book, not its parent company's. Accepts the same filters, sorts and pagination as the main loan search. Attribution comes from public record, so this is the branch's recorded footprint and can be smaller than the production totals on `GET /v1/branches/{nmlsId}`.