---
title: "Get categorization clusters"
method: GET
path: "/api/v1/transactions/suggest"
tags: ["Data v1.Transaction", "ENTERPRISE"]
deprecated: true
---

# Get categorization clusters

`GET /api/v1/transactions/suggest`

> **Deprecated.**

Returns an object holding clusters of transactions to be categorized and possible categorization level improvement

## Query parameters

- `numberOfClusters` integer
- `evaluateEverything` boolean

## Response `200`

Successful operation.

- SuggestTransactionsResponse
  - `categorizationImprovement` number, double, required — The categorization improvement achieve if all clusters are categorized.
  - `categorizationLevel` number, double, required — The current categorization level before categorization.
  - `clusters` TransactionClusterView[], required — Clusters to categorize.
    - `categorizationImprovement` number, double — The categorization improvement achived if cluster is categorized.
    - `description` string — A description of the cluster to categorized.
    - `transactions` Data20v1Transaction[] — List of transactions belonging to this cluster. — unresolved $ref

---

[API](https://skmtc.net/tink/apis/tink-api.md) · [All operations](https://skmtc.net/tink/apis/tink-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/tink/tink-api/revisions/23d8982b533d/schema)
