brickken kyc create-link creates or reuses an investor and returns a Sumsub verification link. It always requires BRICKKEN_API_KEY or the global --api-key option.
See Create KYC Link for the response and authorization rules.
Documentation Index
Fetch the complete documentation index at: /llms.txt
Use this file to discover all available pages before exploring further.
Create API-key-authenticated investor KYC links from the Brickken CLI.
brickken kyc create-link creates or reuses an investor and returns a Sumsub verification link. It always requires BRICKKEN_API_KEY or the global --api-key option.
brickken kyc create-link \
--email investor@example.com \
--need-kyc true \
--json
| Flag | Type | Required | Description |
|---|---|---|---|
--email <email> | string | Yes | Investor email address |
--need-kyc <true|false> | boolean | No | Whether verification is required; defaults to true |