Skip to main content
GET
/
onboarding
/
subaccounts
/
{subaccountId}
Retrieve uploaded data and status of customer subaccount onboarding
curl --request GET \
  --url https://api.anchorage-staging.com/v2/onboarding/subaccounts/{subaccountId} \
  --header 'Api-Access-Key: <api-key>'
{
  "data": {
    "entries": [
      {
        "key": "<string>",
        "value": "<string>"
      }
    ],
    "externalId": "<string>",
    "status": "<string>",
    "subaccountId": "<string>",
    "errors": [
      {
        "key": "<string>",
        "value": "<string>"
      }
    ],
    "name": "<string>"
  }
}

Authorizations

Api-Access-Key
string
header
required

An API key associated with a security role

Path Parameters

subaccountId
string
required

Unique identifier for a customer subaccount - generated to the client when creating subaccount

Response

Customer subaccount onboarding application status and errors

Get Onboarding KYC Account Application Response

data
KYCSubaccountApplication · object

Onboarding KYC Customer Account Applications