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"
}
}Retrieve the keyword filter configuration for a specific message filter.
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"
}
}