Get Message Filters
List the message filters configured on a subscriber or phone number.
Prerequisites:
- Bearer token —
POST /v1.0/oauth2/tokens - Subscriber ID or phone number to filter by (otherwise returns all)
What this does: Returns the full configuration of each matching filter — mode, allowed/blocked contacts, keyword rules, and restrictions on links/media/unknown numbers. Use this to audit a subscriber’s messaging controls or to find the MessageFilterId (MFID-) you need for subsequent calls.
Next steps:
- Inspect allowed/blocked lists in detail —
GET /v1.0/subscribers/message-filter/allowed-contacts,GET /v1.0/subscribers/message-filter/blocked-contacts - View keyword rules —
GET /v1.0/subscribers/message-filter/keywords - Modify a filter —
POST /v1.0/subscribers/message-filter/update - Remove a filter —
POST /v1.0/subscribers/message-filter/delete
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
Optional. Return only filters belonging to this subscriber. Format: TSUID- followed by a UUID.
Optional. Return only filters tied to this phone number. Use E.164 format (e.g., +15555555555).
AccountId string
Response
Message Filters Retrieved