Create KYC Session
Path parameters
customer_idstring · uuidRequired
The unique identifier of the customer
Header parameters
AuthorizationstringRequired
Token for authentication
Responses
201
Successful creation of KYC
application/json
post
/v0/customers/{customer_id}/kycsPOST /v0/customers/{customer_id}/kycs HTTP/1.1
Host: api.alignlabs.dev
Authorization: text
Accept: */*
201
Successful creation of KYC
{
"kycs": {
"kyc_flow_link": "text"
}
}Last updated