Authorization: ********************
{
"call_sid": 0,
"call_type": "INBOUND",
"hunt_group_sid": 0
}
curl --location --request POST 'https://api.cbf.tcn.com/api/v0alpha/p3api/getclientinfodisplaytemplate' \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data-raw '{
"call_sid": 0,
"call_type": "INBOUND",
"hunt_group_sid": 0
}'
{
"display_all_fields": true,
"dialed_number_settings": {
"should_display": true,
"color": {
"red": 0,
"green": 0,
"blue": 0
},
"bg_color": {
"red": 0,
"green": 0,
"blue": 0
},
"allow_agent_copy": true
},
"rows": [
{
"field_label": "string",
"color": {
"red": 0,
"green": 0,
"blue": 0
},
"bg_color": {
"red": 0,
"green": 0,
"blue": 0
},
"contact_field_description_sid": 0,
"allow_agent_copy": true
}
]
}