---
title: "GET /identity/accounts/{id}"
method: GET
path: "/identity/accounts/{id}"
tags: ["Accounts"]
---

# GET /identity/accounts/{id}

`GET /identity/accounts/{id}`

## Path parameters

- `id` string, required

## Response `200`

A successful response.

- Account
  - `id` string — The id used for all other interactions with this account. Required on update. Auto-generated on create; do not set.
  - `identity_id` string — The primary identity associated with the account. Required on create. Not writable on update.
  - `description` string — A free-text description of the account.
  - `admin_disabled` boolean — true if the account has been disabled by a Paxos admin.
  - `user_disabled` boolean — true if the account has been disabled by the API user.
  - `metadata` object — API User-facing metadata.
  - `ref_id` string — A user-facing ID to prevent duplicate account creation. Unique for all accounts created by the same API user.
  - `members` AccountMember[] — Additional Identities with varying types of access to this account.
    - `identity_id` string, required
    - `type` 'BENEFICIAL_OWNER' | 'AUTHORIZED_USER' | 'FINANCIAL_ADVISOR'
    - `roles` AccountMemberAccountRoleType[]
    - `id` string — Account member ID. Note: This field is auto-generated. Specifying an ID when creating an account member is a client error.
  - `created_at` string, date-time — The time this account was created.
  - `summary_status` 'PENDING' | 'ERROR' | 'APPROVED' | 'DENIED' | 'DISABLED'
  - `updated_at` string, date-time — The time this account was updated.
  - `profile_id` string — The ID of the profile created for the account when `create_profile=true`. The [Profile](#tag/Profiles) type is `NORMAL`. The field is omitted when the account has no associated [Profile](#tag/Profiles).
  - `type` 'BROKERAGE' | 'TRADITIONAL_IRA' | 'ROTH_IRA' | 'SEP_IRA' | 'FINANCIAL_ADVISOR'

---

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