---
title: "GET /api/Accounts"
method: GET
path: "/api/Accounts"
tags: ["Accounts"]
---

# GET /api/Accounts

`GET /api/Accounts`

Description: This operation retrieves all Accounts for the specified Fact Finder ID and/or external source ID.<br />
              Purpose: Provides access to the Account information including description and market value.

## Query parameters

- `factFinderId` integer, required
- `externalSourceId` string

## Response `200`

Success

- AccountsModel
  - `accounts` AccountWithIdModel[]
    - `accountId` integer
    - `accountType` integer
    - `description` string
    - `externalDestinationId` string
    - `externalSourceId` string
    - `externalSourceName` string
    - `factFinderId` integer
    - `lastUpdated` string, date-time
    - `links` ObjectLink[]
      - `href` string
      - `rel` string
    - `marketValue` number, double
    - `owner` 'Client' | 'CoClient' | 'Joint' | 'Dependent' | 'Other'
    - `ownerDependentId` integer

## Other responses

- `400` — The request is invalid.
- `401` — Unauthorized for Account data access.
- `403` — Request is restricted for access to Account.
- `404` — Account not found.

---

[API](https://skmtc.net/naviplancentral/apis/factfinder.md) · [All operations](https://skmtc.net/naviplancentral/apis/factfinder/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/naviplancentral/factfinder/versions/742a3b481a91/schema)
