---
title: "Get a Link account"
method: GET
path: "/api/link/v1/enterprises/{enterpriseId}/accounts/{accountId}"
tags: ["Link Accounts"]
---

# Get a Link account

`GET /api/link/v1/enterprises/{enterpriseId}/accounts/{accountId}`

Retrieves a single Link account by id for an enterprise.

## Path parameters

- `enterpriseId` string, required
- `accountId` string, required

## Headers

- `user-id` string, required

## Response `200`

OK

- V1GetAccountResponse
  - `subAccounts` object[]
    - `id` string, required
    - `venueId` string, required
    - `credentials` object[], required
      - `id` string, required
      - `accessLevels` string[], required
      - `expirationDate` string
    - `status` 'active' | 'inactive' | 'deleted' | 'pending_credentials' | 'restricted', required
    - `name` string, required
    - `description` string, required
    - `whitelistingEnabled` boolean, required
    - `parentAccount` string
    - `users` object[]
      - `permissions` string[], required
      - `userId` string, required
    - `createdDate` string, date-time, required
    - `modifiedDate` string, date-time, required
  - `id` string, required
  - `venueId` string, required
  - `credentials` object[], required
    - `id` string, required
    - `accessLevels` string[], required
    - `expirationDate` string
  - `status` 'active' | 'inactive' | 'deleted' | 'pending_credentials' | 'restricted', required
  - `name` string, required
  - `description` string, required
  - `whitelistingEnabled` boolean, required
  - `parentAccount` string
  - `users` object[]
    - `permissions` string[], required
    - `userId` string, required
  - `createdDate` string, date-time, required
  - `modifiedDate` string, date-time, required

## Other responses

- `400` — Bad Request
- `401` — Unauthorized
- `404` — Not Found
- `500` — Internal Server Error

## Changes

- **2026-08-29** `37833ced5346` — 2 warning
  - added the new `restricted` enum value to the `allOf[subschema #2: V1AccountWithSubAccountsResponse]/allOf[subschema #1]/subAccounts/items/status` response property for the response status `200`
  - added the new `restricted` enum value to the `allOf[subschema #2: V1AccountWithSubAccountsResponse]/allOf[subschema #2: V1AccountResponse]/status` response property for the response status `200`

[Change history](https://skmtc.dev/bitgo/apis/bitgo-api/changes/api/link/v1/enterprises/:enterpriseId/accounts/:accountId/get.md)

---

[API](https://skmtc.dev/bitgo/apis/bitgo-api.md) · [All operations](https://skmtc.dev/bitgo/apis/bitgo-api/llms.txt) · [OpenAPI document](https://skmtc.dev/bitgo/apis/bitgo-api/revisions/20d885ca364f?raw)
