Skip to main content
The borrower-×-lender link record. There is one row per (borrower, lender) pair, and it gives you the identifiers needed to join Communications rows (D21, D22, D23) back to a customer in your own warehouse.

Fields

Sample row

passport_number and dob are always returned masked. passport_number shows only the last 4 characters; dob is reduced to the 4-digit year. The raw values are never exposed by this endpoint.

Pagination characteristics

This dataset is direct — filtered to your tenant by lender_id on the collection itself, so each page returns a constant number of rows until the last page.

Use cases

  • Build the foreign-key bridge between Communications data and your customer master.
  • Resolve borrower display names and language preferences.
  • Track customer-liveness or dispute flags.