Get Message Filter Keywords
View the keyword rules attached to a message filter.
Prerequisites:
- Bearer token —
POST /v1.0/oauth2/tokens - Subscriber ID and
MessageFilterId(MFID-)
What this does: Returns the keyword filter configuration: CustomKeywords (your own words), SystemKeywords (Telegent-provided categories like Profanity, Violence), and SeverityMap (risk level per term: HIGH/MEDIUM/LOW). Use this to audit exactly what words will trigger filter actions.
Next steps:
- Add or change keywords —
POST /v1.0/subscribers/message-filter/update(use theKeywordFilterfield) - See the rest of the filter —
GET /v1.0/subscribers/message-filter
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.
Query Parameters
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.
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).
AccountId string
Response
Message Filter Keywords
The response is of type object.