---
title: "Suggest account mapping (Step 3)"
method: GET
path: "/api/imports/{id}/account-map"
tags: ["Imports"]
---

# Suggest account mapping (Step 3)

`GET /api/imports/{id}/account-map`

## Path parameters

- `id` string, uuid, required

## Response `200`

Account suggestions

- object
  - `path` 'A' | 'B', required
  - `sourceLabels` string[], required
  - `suggestions` object[], required
    - `confidence` number, required
    - `fromCache` boolean, required
    - `newName` string
    - `sourceLabel` string, required
    - `suggestedInstitutionDomain` string
    - `suggestedInstitutionName` string
    - `suggestedSubtype` string
    - `suggestedType` 'depository' | 'credit' | 'investment' | 'loan'
    - `target` string, required

## Other responses

- `401` — Unauthorized
- `404` — Import job not found

---

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