Share Individual KYC
Path parameters
customer_idstring · uuidRequired
The unique identifier of the customer
Header parameters
AuthorizationstringRequired
Token for authentication
Body
post
POST /v0/customers/{customer_id}/kycs/individual/share HTTP/1.1
Host: api.alignlabs.dev
Authorization: text
Content-Type: application/json
Accept: */*
Content-Length: 300
{
"id_document": {
"type": "government_id",
"file_id": "123e4567-e89b-12d3-a456-426614174000",
"back_side_file_id": "123e4567-e89b-12d3-a456-426614174000"
},
"proof_of_address": {
"type": "government_id",
"file_id": "123e4567-e89b-12d3-a456-426614174000",
"back_side_file_id": "123e4567-e89b-12d3-a456-426614174000"
}
}
Last updated