Skip to content

List loan collateral

Request

Retrieve the collateral items securing a loan, including descriptions, values (in whole cents), advance rate (in basis points), and types.

Security
ApiKeyAuth
Path
idstringrequired
curl -i -X GET \
  'https://api.pioneerft.com/api/public/v1/loans/{id}/collateral' \
  -H 'Authorization: Bearer <YOUR_API Key_HERE>'

Responses

Loan collateral

Bodyapplication/json
dataArray of objects(PublicCollateral)
Response
{ "data": [ { "id": "string", "loanId": "string", "description": "string", "category": "string", "centsMarketValue": -9007199254740991, "bpsAdvanceRate": -9007199254740991, "centsPriorLienAmount": -9007199254740991, "centsManualPriorLien": -9007199254740991, "ownerType": "string", "ownerId": "string" } ] }