Last updated 7 days ago
The unique identifier of the customer
Successful creation of KYC
const response = await fetch('https://api.alignlabs.dev/v0/customers/{customer_id}/kycs', { method: 'POST', headers: { "Authorization": "text" }, }); const data = await response.json();
{ "kycs": { "status": "pending", "kyc_flow_link": "text" } }