---
title: "Generate Customer Account Onboarding Link"
method: POST
path: "/customer-accounts/onboard"
---

# Generate Customer Account Onboarding Link

`POST /customer-accounts/onboard`

## Request body

- object
  - `companyID` string, required — ID of the company
  - `customerAccountID` string, required — ID of the customer account
  - `profileInfo` boolean — Flag to include profile info step of the onboarding flow
  - `bankInfo` boolean — Flag to include bank info (funding source) step of the onboarding flow

## Response `200`

200

- object
  - `data` object
    - `link` string
  - `success` boolean

## Other responses

- `400` — 400

---

[API](https://skmtc.net/zeal/apis/zeal-api.md) · [All operations](https://skmtc.net/zeal/apis/zeal-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/zeal/zeal-api/revisions/01346dceb27d/schema)
