---
title: "Get subaccount preferences"
method: GET
path: "/v4/account/subaccounts/{subAccountId}/preferences"
tags: ["Subaccounts"]
---

# Get subaccount preferences

`GET /v4/account/subaccounts/{subAccountId}/preferences`

Get preferences for a subaccount (label, visibility). Permission: `subaccount:read`.

## Path parameters

- `subAccountId` string, uuid, required

## Response `200`

Subaccount preferences

- object
  - `success` boolean
  - `data` object
    - `AccountID` string, uuid
    - `AccountType` string
    - `label` string
    - `is_hidden` boolean
    - `time_added` integer — Unix timestamp

## Other responses

- `401` — Unauthorized
- `404` — Subaccount not found

---

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