Create KYC Session

Create a new KYC Session for a customer

post
/v0/customers/{customer_id}/kycs
Path parameters
customer_idstring · uuidRequired

The unique identifier of the customer

Header parameters
AuthorizationstringRequired

Token for authentication

Responses
post
/v0/customers/{customer_id}/kycs
POST /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