---
title: "Get linked account summaries"
method: GET
path: "/v1/financial-data/{screeningId}/accounts"
tags: ["Financial Data"]
---

# Get linked account summaries

`GET /v1/financial-data/{screeningId}/accounts`

Returns linked account summaries without transactions, historical balances, or investments

## Path parameters

- `screeningId` string, required

## Response `200`

A successful response.

- V1GetAccountsSummaryResponse
  - `accounts` V1AccountSummary[]
    - `itemId` string
    - `institutionId` string
    - `institutionName` string
    - `dateLastUpdated` string, date-time
    - `accountId` string
    - `mask` string
    - `name` string
    - `officialName` string
    - `type` string
    - `subtype` string
    - `daysAvailable` number, double
    - `verificationStatus` string
    - `persistentAccountId` string
    - `balances` V1AccountBalancesSummary
      - `available` number, double
      - `current` number, double
      - `isoCurrencyCode` string
      - `limit` number, double
      - `unofficialCurrencyCode` string

## Other responses

- `default` — An unexpected error response.

---

[API](https://skmtc.net/getcove/apis/proto-screening-v2-screening-proto.md) · [All operations](https://skmtc.net/getcove/apis/proto-screening-v2-screening-proto/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/getcove/proto-screening-v2-screening-proto/revisions/9d9f9d9f0188/schema)
