---
title: "Get Lending Attributes"
method: GET
path: "/v3/{customerId}/insight/login/{loginId}/attributes/{requestId}/GetLendingAttributes"
tags: ["Enrich"]
---

# Get Lending Attributes

`GET /v3/{customerId}/insight/login/{loginId}/attributes/{requestId}/GetLendingAttributes`

This endpoint will provide you with all Lending Use-Case Attributes.

## Path parameters

- `customerId` string, required
- `loginId` string, required
- `requestId` string, required

## Response `200`

Result

- object
  - `HttpStatusCode` integer — HTTP status code of the response.
  - `Card` object — Object containing an Id field and all the requested lending attributes.
    - `Id` string — Unique identifier for the card.
    - `AttributesDetail` object[] — Array of detailed attribute information including supporting transactions for each attribute.
  - `Login` object — Object containing login metadata.
  - `RequestId` string — Unique identifier for the request.

## Other responses

- `202` — Operation Pending
- `401` — Unauthorized

---

[API](https://skmtc.dev/flinks/apis/flinks-api.md) · [All operations](https://skmtc.dev/flinks/apis/flinks-api/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/flinks/flinks-api/revisions/0983646f91b4/schema)
