Authorization: ********************
{}
curl --location --request POST 'https://api.cbf.tcn.com/api/v1alpha1/wfm/listadherencerulenotificationconfigs' \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data-raw '{}'
{
"notification_configs": [
{
"adherence_rule_notification_config_id": 0,
"name": "string",
"entries": [
{
"adherence_rule_notification_config_entry_id": 0,
"adherence_rule_notification_config_id": 0,
"recipient_user_id": "string",
"notification_medium": "ADHERENCE_RULE_NOTIFICATION_MEDIUM_IN_PRODUCT",
"seconds_to_wait_for_no_response": 0
}
]
}
]
}