Skip to main content
GET
/
v1.0
/
subscribers
/
message-filter
json
{
  "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
  }
]

Authorizations

Authorization
string
header
required

Enter the token obtained from the Authentication endpoint

Query Parameters

SubscriberId
string

Filter by Subscriber ID

Phone
string

Filter by Phone number

Response

200 - application/json

Message Filters Retrieved