---
title: "Activate loan product"
method: POST
path: "/api/v1/loan-products/{id}/activate"
tags: ["LoanProducts"]
---

# Activate loan product

`POST /api/v1/loan-products/{id}/activate`

Transitions a loan product to active status and pins the active product version.

## Path parameters

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

## Request body

- ActivateLoanProductHumaInputBody
  - `versionId` string, uuid, required — Loan product version to pin on activation.

## 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)
