Skip to main content
GET
/
v1
/
loan-products
/
{product_id}
Get a loan product
curl --request GET \
  --url https://api-dev.bsa.ai/v1/loan-products/{product_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

product_id
string
required
Loan product ID (as returned by List).

Example

curl -sf "$BASE/v1/loan-products/1" \
  -H "Authorization: Bearer $TOKEN"

Response

200 OK returns the loan product object — same shape as the entries in the list endpoint.

Errors

CodeWhen
not_foundNo product with that ID