---
title: "Get loan product"
method: GET
path: "/api/v1/loan-products/{id}"
tags: ["LoanProducts"]
---

# Get loan product

`GET /api/v1/loan-products/{id}`

Returns a loan product by ID.

## Path parameters

- `id` string, uuid, required — Loan product identifier.

## Response `200`

OK

- LoanProductHumaBody
  - `createdAt` string, required — Creation timestamp (RFC3339, UTC).
  - `currentVersionId` string — Identifier (uuid) of the pinned active version; empty until activation.
  - `id` string, required — Server-assigned loan product identifier (uuid).
  - `jurisdictionCode` string, required — Jurisdiction profile code (e.g. BR).
  - `loanType` string, required — Loan product type.
  - `name` string, required — Loan product display name.
  - `status` string, required — Lifecycle status (e.g. draft|active).

## Other responses

- `default` — Error

---

[API](https://skmtc.net/lerian/apis/identity-plugin.md) · [All operations](https://skmtc.net/lerian/apis/identity-plugin/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/lerian/identity-plugin/versions/25daba385532/schema)
