Authorization: ********************
{
"project_id": 0,
"kyc_response": [
{
"type": "string",
"value": "string"
}
]
}
curl --location --request POST 'https://api.cbf.tcn.com/api/v1alpha1/contactmanager/contactmanager/getkycenccontactentry' \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data-raw '{
"project_id": 0,
"kyc_response": [
{
"type": "string",
"value": "string"
}
]
}'
{
"verified": true,
"contact_entry": [
{
"contact_manager_entry_id": 0,
"contact_manager_entry_list_id": 0,
"key": "string",
"value": "string",
"type": "string",
"date_created": "1s",
"status": "CONTACT_ENTRY_STATUS_NEW",
"date_modified": "1s",
"ttl": 0,
"file_name": [
"string"
],
"field": [
{
"name": "string",
"value": "string",
"type": "string"
}
],
"expiry_date": "1s"
}
]
}