---
title: "Get counterpart suggestions"
method: GET
path: "/api/v1/transactions/{id}/link/suggest"
tags: ["Data v1.Transaction", "ENTERPRISE"]
deprecated: true
---

# Get counterpart suggestions

`GET /api/v1/transactions/{id}/link/suggest`

> **Deprecated.**

(DEPRECATED) Returns suggestions for potential counterpart expenses for a reimbursement.

## Path parameters

- `id` string, required

## Query parameters

- `limit` integer

## Response `200`

The suggestions were successfully returned.

- TransactionLinkSuggestionResponse
  - `limit` integer — The maximum amount of suggestions requested to be returned.
  - `suggestedCounterpartTransactions` Data20v1Transaction[] — Suggested counterpart transactions. — unresolved $ref
  - `transactionId` string — The ID of the transaction to find suggestions for.

## Other responses

- `400` — The transaction id or suggest limit was invalid.
- `404` — The transaction was not found.

---

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