cURL
curl --request GET \ --url https://lms.bsa.ai/v1/credit-decisions/{borrower_id} \ --header 'Authorization: Bearer <token>'
{ "item": { "fulltimestamp": "2026-03-30", "borrower_id": "1", "decision": "Passed First Loan Allocation", "description": "match 1:1", "gate": "G2", "credit_limit": 0, "credit_score": 131, "overdue_days": 0, "method": "application_scorecard" }, "success": true }
Returns credit decision details for a specific borrower.
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Bearer <token>
<token>
The ID of the borrower
Successful response with credit decision details.
Show child attributes
true