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

Authorizations

Api-Access-Key
string
header
required

An API key associated with a security role

Path Parameters

customerId
string
required

Customer Id

Response

Customer onboarding application status and errors

Get Onboarding KYC Application Response

data
KYCApplication · object

Onboarding KYC Application