{
"SubscriberId": "SID-C7AB61E0-9AD9-4512-ACA8-EDA284131441"
}[
{
"FilterId": "MFID-6b6766eb-08fe-4680-99b7-731bd0629331",
"SubscriberId": "SID-C7AB61E0-9AD9-4512-ACA8-EDA284131441",
"Phone": "+1234567890",
"FilterMode": "ACTIVE",
"AllowedContacts": [
"+1111111111",
"+2222222222"
],
"BlockedContacts": [
"+3333333333"
],
"KeywordFilter": "\"CustomKeywords\":[\"inappropriate\",\"banned\"],\"SystemKeywords\":{\"Profanity\":[\"word1\",\"word2\"],\"Violence\":[\"threat1\"]},\"SeverityMap\":{\"Word1\":\"HIGH\",\"Inappropriate\":\"MEDIUM\"}",
"NotificationPhones": [
"+9999999999"
],
"ApplyToOutbound": true,
"ApplyToInbound": true,
"BlockUnknownNumbers": true,
"BlockLinks": true,
"BlockMedia": true
}
]Retrieve message filters by subscriber ID or phone number. Returns an array of all configured filters matching the criteria.
{
"SubscriberId": "SID-C7AB61E0-9AD9-4512-ACA8-EDA284131441"
}[
{
"FilterId": "MFID-6b6766eb-08fe-4680-99b7-731bd0629331",
"SubscriberId": "SID-C7AB61E0-9AD9-4512-ACA8-EDA284131441",
"Phone": "+1234567890",
"FilterMode": "ACTIVE",
"AllowedContacts": [
"+1111111111",
"+2222222222"
],
"BlockedContacts": [
"+3333333333"
],
"KeywordFilter": "\"CustomKeywords\":[\"inappropriate\",\"banned\"],\"SystemKeywords\":{\"Profanity\":[\"word1\",\"word2\"],\"Violence\":[\"threat1\"]},\"SeverityMap\":{\"Word1\":\"HIGH\",\"Inappropriate\":\"MEDIUM\"}",
"NotificationPhones": [
"+9999999999"
],
"ApplyToOutbound": true,
"ApplyToInbound": true,
"BlockUnknownNumbers": true,
"BlockLinks": true,
"BlockMedia": true
}
]