Authorization: ********************
{
"list_id": "string",
"list": [
"string"
],
"content_type": "CT_PHONE_NUMBER",
"country_code": "string",
"scrub_entry_details": [
{
"content": "string",
"expiration_date": "1s",
"notes": "string"
}
]
}
curl --location --request POST 'https://api.cbf.tcn.com/api/v0alpha/compliance/addscrublistentries' \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data-raw '{
"list_id": "string",
"list": [
"string"
],
"content_type": "CT_PHONE_NUMBER",
"country_code": "string",
"scrub_entry_details": [
{
"content": "string",
"expiration_date": "1s",
"notes": "string"
}
]
}'
{
"list_id": "string",
"read_only": true,
"content_type": "CT_PHONE_NUMBER",
"entries_added": 0,
"invalid_entries": [
"string"
],
"total_invalid": 0,
"invalid_list": [
{
"entry": "string",
"error_message": "string"
}
],
"country_code": "string",
"decompositions": {
"items": [
{
"name": "string",
"start_digit": 0,
"end_digit": 0
}
]
}
}