---
title: "Account + category resolutions for this import"
method: GET
path: "/api/imports/{id}/resolutions"
tags: ["Imports"]
---

# Account + category resolutions for this import

`GET /api/imports/{id}/resolutions`

## Path parameters

- `id` string, uuid, required

## Response `200`

Confirmed account + category decisions for this import

- object
  - `accountByLabel` object, required
  - `categoryByLabel` object, required
  - `pendingAccounts` object[], required
    - `institutionLogoDomain` string, nullable, required
    - `institutionName` string, nullable, required
    - `key` string, required
    - `name` string, required
    - `subtype` string, required
    - `type` string, required
  - `pendingCategories` object[], required
    - `color` string, nullable, required
    - `groupId` string, required
    - `iconKey` string, required
    - `name` string, required
    - `sourceLabel` string, required
  - `singleAccountId` string, nullable, required

## Other responses

- `401` — Unauthorized

---

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