Individual Onboarding
API Reference
Key API operations for individual customer onboarding and KYC.
Individual KYC API Reference
Use this page as a quick map for individual onboarding endpoints. Use the API reference for exact schemas, validation rules, and executable requests.
Core Operations
| Operation | Use it for |
|---|---|
POST /v1/customers | Create an individual customer. |
GET /v1/customers/{id} | Retrieve customer details and verification status. |
PUT /v1/customers/{id} | Add or update customer profile fields. |
POST /v1/customers/{id}/kyc | Start KYC for a customer. |
POST /v1/customers/{id}/kyc/tokens/sumsub | Create a KYC token for an embedded verification flow. |
POST /v1/customers/{id}/kyc/import | Import KYC when your platform is approved to rely on an existing verification. |
Typical Flow
Create the customer first, start or import KYC, then read the customer record until the verification status is ready for the flows you plan to enable.