---
title: "Update customer subaccount onboarding application"
method: PUT
path: "/onboarding/subaccounts/{subaccountId}"
tags: ["Onboarding"]
---

# Update customer subaccount onboarding application

`PUT /onboarding/subaccounts/{subaccountId}`

Permissions required: **Onboarding**
Update data of an existing customer subaccount onboarding application

## Path parameters

- `subaccountId` string, required

## Request body

- UpdateKYCSubaccountApplicationRequest
  - `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[]

## Response `200`

Information regarding the onboarding state

- UpdateKYCSubaccountApplicationResponse
  - `data` UpdateKYCSubaccountApplicationResponseData, required
    - `status` string, required — Status of the customer onboarding application
    - `subaccountId` string, required — Unique identifier for the customer onboarding application

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