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"
  }
}

Documentation Index

Fetch the complete documentation index at: https://docs.telegent.com/llms.txt

Use this file to discover all available pages before exploring further.

Authorizations

Authorization
string
header
required

Enter the token obtained from the Authentication endpoint

Query Parameters

SubscriberId
string
required

Telegent Subscriber ID. Format: TSUID- followed by a UUID. Create one via POST /v1.0/subscribers/create or look up existing IDs with GET /v1.0/subscribers/get.

MessageFilterId
string
required

Message Filter ID. Format: MFID- followed by a UUID. Returned by POST /v1.0/subscribers/message-filter (Create) or GET /v1.0/subscribers/message-filter (List).

Response

200 - application/json

Message Filter Keywords

The response is of type object.