Skip to content

Get a loan's boarding state

Request

Whether a banker released the loan to the core, who released it and when, and whether the core has acknowledged the board.

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

Responses

Boarding state

Bodyapplication/json
dataobject(PublicLoanBoarding)
Response
{ "data": { "loanId": "string", "status": "string", "releasable": true, "released": true, "releasedAt": "string", "releasedBy": "string", "boarded": true, "boardedAt": "string", "coreRecordNumber": "string" } }