View the keyword rules attached to a message filter.
Prerequisites:
POST /v1.0/oauth2/tokensMessageFilterId (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:
POST /v1.0/subscribers/message-filter/update (use the KeywordFilter field)GET /v1.0/subscribers/message-filterDocumentation Index
Fetch the complete documentation index at: https://docs.telegent.com/llms.txt
Use this file to discover all available pages before exploring further.
Enter the token obtained from the Authentication endpoint
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).
Message Filter Keywords
The response is of type object.