---
title: "Get Categorization"
method: GET
path: "/v3/{customerId}/categorization/login/{loginId}/requestid/{requestId}"
tags: ["Enrich"]
---

# Get Categorization

`GET /v3/{customerId}/categorization/login/{loginId}/requestid/{requestId}`

Returns categorized transactional data. This data is aggregated by Flinks through the /GetAccountsDetail endpoint.

## Path parameters

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

## Response `200`

Success

- object
  - `HttpStatusCode` integer — HTTP status code of the response.
  - `LoginId` string — Unique identifier for the end user's login.
  - `RequestId` string — GUID representing an authorized request to the API.
  - `Transactions` object[] — Array of categorized transaction records.
    - `Id` string — Unique identifier for the transaction.
    - `AccountId` string — Unique identifier for the account the transaction belongs to.
    - `Date` string, date — Date of the transaction (YYYY-MM-DD).
    - `Description` string — Raw description of the transaction as reported by the financial institution.
    - `Code` string, nullable — Transaction code from the financial institution, if available.
    - `Debit` number, nullable — Debit amount (money out).
    - `Credit` number, nullable — Credit amount (money in).
    - `Balance` number — Account balance after the transaction.
    - `CategoryId` string — Unique identifier for the assigned category.
    - `Category` string — Primary category name (e.g., "Income", "Transfers", "Bills & Utilities").
    - `SubCategory` string — Sub-category name within the primary category (e.g., "Payroll", "Telecom").
    - `Type` string — Type of transaction (e.g., "Debit", "Credit", "Transfer").
    - `IsRecurring` boolean — Indicates whether the transaction is part of a recurring series.
    - `Merchant` string, nullable — Merchant name extracted from the transaction description, when identifiable.

## Other responses

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