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

# Retrieve uploaded data and status of all customers onboarding

`GET /onboarding/customers`

Permissions required: **Onboarding**

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

## Query parameters

- `afterId` string
- `limit` integer

## Response `200`

Customers onboarding application status and errors

- GetKYCAffiliatesResponse — Get Onboarding KYC Customer Applications Response
  - `data` KYCAffiliate[]
    - `customerId` string, required — Unique identifier for the customer onboarding application
    - `customerType` string, required — The type of customer
    - `name` string, required — A name of the customer
    - `status` string, required — Status of the onboarding 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)
