---
title: "List loan products (BR alias)"
method: GET
path: "/api/v1/br/loan-products"
tags: ["LoanProducts"]
---

# List loan products (BR alias)

`GET /api/v1/br/loan-products`

BR-aliased path for listing loan products. Resolves to the same handler as the core endpoint.

## Query parameters

- `limit` integer — Page size.
- `offset` integer — Page offset.

## Response `200`

OK

- LoanProductListHumaBody
  - `data` LoanProductHumaBody[], nullable, required — Page of loan products; always present, empty slice when none match.
    - `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)
