---
title: "List accounts"
method: GET
path: "/v1/accounts/"
tags: ["Account"]
---

# List accounts

`GET /v1/accounts/`

Lists all accounts linked to your platform or user.

## 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)
