Whether a banker released the loan to the core, who released it and when, and whether the core has acknowledged the board.
Security
ApiKeyAuth
- https://api.pioneerft.com/apihttps://api.pioneerft.com/api/public/v1/loans/{id}/boarding
- https://api.staging.pioneerft.com/apihttps://api.staging.pioneerft.com/api/public/v1/loans/{id}/boarding
curl -i -X GET \
'https://api.pioneerft.com/api/public/v1/loans/{id}/boarding' \
-H 'Authorization: Bearer <YOUR_API Key_HERE>'Response
{ "data": { "loanId": "string", "status": "string", "releasable": true, "released": true, "releasedAt": "string", "releasedBy": "string", "boarded": true, "boardedAt": "string", "coreRecordNumber": "string" } }