Last updated 3 months ago
/v0/customers/{customer_id}/kycs
The unique identifier of the customer
Token for authentication
curl -L \ --request POST \ --url 'https://api.alignlabs.dev/v0/customers/{customer_id}/kycs' \ --header 'Authorization: text'
{ "kycs": { "kyc_flow_link": "text", "status": "pending" } }