Authorization: ********************
{
"call_params": [
{
"call_sid": 0,
"call_type": "INBOUND"
}
],
"html_file_name": "string",
"html_file_content": "string",
"group_sid": "string",
"start_date": "1s"
}
curl --location --request POST 'https://api.cbf.tcn.com/api/v0alpha/p3api/downloadcallrecordings' \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data-raw '{
"call_params": [
{
"call_sid": 0,
"call_type": "INBOUND"
}
],
"html_file_name": "string",
"html_file_content": "string",
"group_sid": "string",
"start_date": "1s"
}'
{
"url": "string",
"filename": "string"
}