Skip to main content
GET
/
v1
/
loans
/
{loan_id}
Get a loan
curl --request GET \
  --url https://api-dev.bsa.ai/v1/loans/{loan_id} \
  --header 'Authorization: Bearer <token>'

Documentation Index

Fetch the complete documentation index at: https://docs.api.bsa.ai/llms.txt

Use this file to discover all available pages before exploring further.

Path parameters

loan_id
string
required

Example

curl -sf "$BASE/v1/loans/501" \
  -H "Authorization: Bearer $TOKEN"

Response

200 OK returns the full loan object.

Errors

CodeWhen
not_foundNo loan with that ID