Skip to main content
GET
/
v1
/
lms
/
products
/
{code}
Get loan product by code
curl --request GET \
  --url https://{baasHost}/api/v1/lms/products/{code} \
  --header 'Authorization: Bearer <token>'
{
  "error": {
    "code": "NOT_FOUND",
    "message": "Resource not found"
  }
}

Authorizations

Authorization
string
header
required

Bearer token from POST /generate-token. Expires ~1h; on 401, re-generate and retry once.

Path Parameters

code
string
required

Response

Loan product