Authorization: ********************
{
"session_sid": 0,
"history_filter": "TODAY"
}
curl --location --request POST 'https://api.cbf.tcn.com/api/v1alpha1/p3api/listagentcallhistory' \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data-raw '{
"session_sid": 0,
"history_filter": "TODAY"
}'
{
"history": [
{
"call_sid": 0,
"schedule_time": "string",
"call_type": "INBOUND",
"phone_number": "string",
"caller_id": "string",
"result": 0,
"duration": 0
}
]
}