---
title: "Retrieve uploaded data and status of all onboarding customer subaccounts"
method: GET
path: "/onboarding/subaccounts"
tags: ["Onboarding"]
---

# Retrieve uploaded data and status of all onboarding customer subaccounts

`GET /onboarding/subaccounts`

Permissions required: **Onboarding**

List all customer subaccounts onboarding application status, missing information and previously uploaded information.

## Query parameters

- `afterId` string
- `limit` integer

## Response `200`

Customer applications status and errors

- GetKYCSubaccountApplicationsResponse — Get Onboarding KYC Account Applications Response
  - `data` KYCSubaccountApplicationItem[]
    - `externalId` string, required — External identifier for the customer subaccount onboarding application. This value has to be unique for each customer subaccount application.
    - `name` string — The name of the subaccount.
    - `status` string, required — Status of the onboarding application
    - `subaccountId` string, required — Unique identifier for the customer subaccount application
  - `page` Page — Pagination info
    - `next` string, nullable — URL to use to query for the next page or null if no additional results are available

## Other responses

- `400` — Bad Request
- `401` — Unauthenticated
- `403` — Forbidden
- `404` — Not Found
- `429` — Too Many Requests
- `500` — Internal Server Error
- `501` — Not Implemented
- `503` — Service Unavailable

---

[API](https://skmtc.net/anchorage/apis/anchorage-digital-api-reference.md) · [All operations](https://skmtc.net/anchorage/apis/anchorage-digital-api-reference/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/anchorage/anchorage-digital-api-reference/versions/166864b1ec6d/schema)
