Authorization: Bearer ********************
{
"field_mask": "string"
}
curl --location --request POST 'https://api.cbf.tcn.com/api/v1alpha1/org/preferences/voiceanalytics/get' \
--header 'Content-Type: application/json' \
--data-raw '{
"field_mask": "string"
}'
{
"voice_analytics_preferences": {
"notify": {
"cron": "string"
},
"billing_notify": {
"cron": "string"
},
"org_id": "string",
"enabled": true,
"redact": [
{
"number": {
"kind": "KIND_CARDINAL_UNSPECIFIED",
"min_consecutive": 0,
"max_consecutive": 0,
"slop": 0
}
}
],
"number_format": "string",
"redact_all_digits": true,
"silence_threshold": 0,
"talk_over_threshold": 0
}
}