Documentation IndexFetch the complete documentation index at: /llms.txtUse this file to discover all available pages before exploring further.
Fetch the complete documentation index at: /llms.txt
Use this file to discover all available pages before exploring further.
cURL
curl --request GET \ --url https://api.dev.bsa.ai/v1/loan-products/{product_id} \ --header 'Authorization: Bearer <token>'
Fetch a single loan product by ID.
curl -sf "$BASE/v1/loan-products/1" \ -H "Authorization: Bearer $TOKEN"
200 OK
not_found