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

# Get Business Analysis Attributes

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

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

## Path parameters

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

## Response `200`

Result

- object
  - `Card` object — Object containing an Id field (end user's loginId) and all the requested business analysis attributes (name: value pairs).
  - `Login` object — Object representing end user's technical information.
  - `RequestId` string — GUID representing an authorized request to the API.

## Other responses

- `400` — Bad Request
- `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)
