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

# Get Income Attributes

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

This endpoint will provide you with all Income 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, all requested income attributes, and an AttributesDetail array with supporting transactions.
    - `Id` string — Unique identifier for the card.
    - `AttributesDetail` object[] — Array of detailed attribute information including supporting transactions for each attribute.
  - `Login` object — Object representing end user's technical information.
  - `RequestId` string — GUID representing an authorized request to the API.

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