---
title: "Get account"
method: GET
path: "/v1/accounts/{accountId}"
tags: ["Account"]
---

# Get account

`GET /v1/accounts/{accountId}`

Retrieves full account details, including status history, KYC status, and ToS acceptance.

## Path parameters

- `accountId` string, required

## Response `200`

OK

- BpModelsAccountV1
  - `id` string
  - `type` string
  - `name` string
  - `email` string
  - `country` string
  - `category` string
  - `externalId` string
  - `status` string
  - `statusLog` StatusLogRecord[]
    - `status` string
    - `timestamp` string, date-time
    - `reason` string
    - `code` string
  - `kyc` TransfersModelsV2OwnerKyc
    - `status` 'pending' | 'resubmission_required' | 'passed' | 'failed'
    - `link` string
  - `tos` TransfersModelsV2TosAcceptance
    - `id` string
    - `entityName` string
    - `status` 'accepted' | 'pending'
    - `link` string
    - `documentLinks` TransfersModelsV2LinkSet
      - `tos` string
      - `privacyPolicy` string
    - `acceptedAt` string
    - `token` string

---

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