---
title: "Get Investment Account"
method: GET
path: "/data/v2/investment-accounts/{id}"
tags: ["Data v2.Investment"]
---

# Get Investment Account

`GET /data/v2/investment-accounts/{id}`

Returns an investment account for a given investment account id

## Path parameters

- `id` string, required

## Response `200`

Investment account successfully fetched.

## Other responses

- `401` — Unauthorized request.
- `403` — Permission denied.
- `404` — Investment account not found.

---

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