Skip to main content
GET
/
v1.0
/
subscribers
/
message-filter
/
keywords
cURL
curl -X GET 'https://api.telegent.com/v1.0/subscribers/message-filter/keywords?SubscriberId=SID-C7AB61E0-9AD9-4512-ACA8-EDA284131441&MessageFilterId=MFID-83ee4478-3e58-40a4-a528-b5aad4687b10' \
  -H 'Authorization: Bearer YOUR_TOKEN'
{
  "CustomKeywords": [
    "inappropriate",
    "banned"
  ],
  "SystemKeywords": {
    "Profanity": [
      "word1",
      "word2"
    ],
    "Violence": [
      "threat1"
    ]
  },
  "SeverityMap": {
    "Word1": "HIGH",
    "Inappropriate": "MEDIUM"
  }
}

Authorizations

Authorization
string
header
required

Enter the token obtained from the Authentication endpoint

Query Parameters

SubscriberId
string
required

Subscriber ID

MessageFilterId
string
required

Message Filter ID

Response

200 - application/json

Message Filter Keywords

The response is of type object.