Authorization: ********************
{
"entity": {
"id": "string"
},
"verification_fields": {
"property1": {
"bool_val": true
},
"property2": {
"bool_val": true
}
}
}
curl --location --request POST 'https://api.cbf.tcn.com/api/v1alpha1/integrationspublic/submitverification' \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data-raw '{
"entity": {
"id": "string"
},
"verification_fields": {
"property1": {
"bool_val": true
},
"property2": {
"bool_val": true
}
}
}'
{
"verified": true,
"session_id": "string"
}