---
title: "Changes to List accounts for a connection (discriminated union)"
method: GET
path: "/connections/{connectionId}/accounts"
---

# Changes to List accounts for a connection (discriminated union)

`GET /connections/{connectionId}/accounts`

> Every recorded change to this endpoint, newest first.

## Timeline

Changed in 2 of 66 revisions.

- **2026-09-03** `5bfb6535c4b3` — 3 breaking, 1 warning, 4 info
- **2026-08-21** `259274f1e845` — 1 breaking, 1 info

## Changes

- **2026-09-03** `5bfb6535c4b3` — 3 breaking, 1 warning, 4 info
  - removed the required property `items/oneOf[#/components/schemas/DepositAccount]/number` from the response with the `200` status
  - removed the required property `items/oneOf[#/components/schemas/InvestmentAccount]/number` from the response with the `200` status
  - removed the required property `items/oneOf[#/components/schemas/LineOfCreditAccount]/number` from the response with the `200` status
  - removed the optional property `items/oneOf[#/components/schemas/LineOfCreditAccount]/credit_details` from the response with the `200` status
  - added the optional property `items/oneOf[#/components/schemas/LineOfCreditAccount]/minimum_payment_amount` to the response with the `200` status
  - added the required property `items/oneOf[#/components/schemas/DepositAccount]/masked_account_number` to the response with the `200` status
  - added the required property `items/oneOf[#/components/schemas/InvestmentAccount]/masked_account_number` to the response with the `200` status
  - added the required property `items/oneOf[#/components/schemas/LineOfCreditAccount]/masked_account_number` to the response with the `200` status
- **2026-08-21** `259274f1e845` — 1 breaking, 1 info
  - added `#/components/schemas/LineOfCreditAccount` to the `items/` response property `oneOf` list for the response status `200`
  - added `line_of_credit` discriminator mapping keys to the `items/` response property for the response status `200`

---

[Operation](https://skmtc.dev/passiv/apis/snaptrade/docs/connections/:connectionId/accounts/get.md) · [API](https://skmtc.dev/passiv/apis/snaptrade.md) · [Page](https://skmtc.dev/passiv/apis/snaptrade/changes/connections/:connectionId/accounts/get)
