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

# Retrieve uploaded data and status of customer onboarding

`GET /onboarding/customers/{customerId}`

Permissions required: **Onboarding**

Get customer onboarding application status, missing information and previously uploaded information.

## Path parameters

- `customerId` string, required

## Response `200`

Customer onboarding application status and errors

- GetKYCApplicationResponse — Get Onboarding KYC Application Response
  - `data` KYCApplication — Onboarding KYC Application
    - `customerId` string, required — Unique identifier for the customer onboarding application
    - `entries` KYCApplicationEntry[], required — A collection of responses for a set of defined relevant questions.
      - `key` string, required — Identifier of the question.
      - `value` union, required — Answer for the given question.
        - string
        - boolean
        - object
        - object[]
    - `errors` KYCApplicationError[] — A collection of errors validating the responses.
      - `key` string, required — Identifier of the question.
      - `status` 'MISSING' | 'BADFORMAT' | 'UNSIGNED', required — Answer error for this type of question.
      - `value` string — Error message.
    - `status` string, required — Status of the onboarding application, possible status are DRAFT, IN_PROGRESS, IN_REVIEW and COMPLETE

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