Authorization: ********************
{}
curl --location --request POST 'https://api.cbf.tcn.com/api/v0alpha/compliance/listconsentprofiles' \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data-raw '{}'
{
"consent_profiles": [
{
"consent_profile_id": "string",
"profile_name": "string",
"count": 0,
"disabled": true,
"channel": {
"call_type": "INBOUND"
}
}
]
}