Authorization: ********************
{
"call_sid": 0,
"call_type": "INBOUND",
"task_sid": 0
}
curl --location --request POST 'https://api.cbf.tcn.com/api/v0alpha/p3api/getclientinfodata' \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data-raw '{
"call_sid": 0,
"call_type": "INBOUND",
"task_sid": 0
}'
{
"phone_number": "string",
"caller_id": "string",
"rows": [
{
"field_label": "string",
"field_value": "string",
"is_phone": true,
"dialed_number": true,
"contact_field_description_sid": 0
}
],
"country_sid": 0
}